© 2026 Hedgehog Software, LLC
protected function getViewData(): array { $data = $this->record->WorkoutExercises()->get(); return compact('data'); } public function mount($record): void { $this->record = TrainingProgram::find($record); }