label('Ubah') ->color('warning') ->icon('heroicon-o-pencil-square') ->link() ->tooltip('Ubah') ->record(function (array $arguments): CourseSchedule { return CourseSchedule::findOrFail($arguments['schedule']); }) ->modalHeading('Ubah Jadwal Kuliah') ->modalSubmitActionLabel('Simpan') ->modalCancelActionLabel('Batal') ->modalWidth(Width::ThreeExtraLarge) ->schema(fn ($livewire) => $livewire->scheduleFormSchema()); } }