© 2026 Hedgehog Software, LLC
// ur $table->.... ->actions([ Action::make('preject') ->label('P. Reject') ->action(fn (Order $record): bool => $record->pReject()) ->requiresConfirmation(), ]);