Action::make('complete')
->label('Mark as Completed')
->form([
TextInput::make('installed_by')
->label('Installed By')
->required(),
])
->color('success')
->icon('heroicon-m-check-circle')
->modalHeading('Mark Order as Completed')
->modalDescription('Please provide information and photograph.')
->modalSubmitActionLabel('Complete Order')
->modalIcon('heroicon-m-check-circle')
->requiresConfirmation()
->action(function (): void {}),
Action::make('complete')
->label('Mark as Completed')
->form([
TextInput::make('installed_by')
->label('Installed By')
->required(),
])
->color('success')
->icon('heroicon-m-check-circle')
->modalHeading('Mark Order as Completed')
->modalDescription('Please provide information and photograph.')
->modalSubmitActionLabel('Complete Order')
->modalIcon('heroicon-m-check-circle')
->requiresConfirmation()
->action(function (): void {}),