Forms\Components\Actions\Action::make('change_status')->label('Update Status')
->icon('heroicon-o-arrow-uturn-up')
->color('success')
->modalContent(fn (Order $record): View => view(
'vendor.filament.pages.actions.confirmation',
['record' => $record],
))
->requiresConfirmation(),
Forms\Components\Actions\Action::make('change_status')->label('Update Status')
->icon('heroicon-o-arrow-uturn-up')
->color('success')
->modalContent(fn (Order $record): View => view(
'vendor.filament.pages.actions.confirmation',
['record' => $record],
))
->requiresConfirmation(),