handle(); return ActionResponse::message('It worked!'); } /** * Get the fields available on the action. */ public function fields(NovaRequest $request): array { return []; } }