© 2026 Hedgehog Software, LLC
public function joinAction(): Action { return Action::make('join') ->requiresConfirmation() ->action(function () { dd('foo'); }); }
<div> {{ $this->joinAction }} <x-filament-actions::modals/> </div>