© 2026 Hedgehog Software, LLC
public function createAction(): Action { return Action::make('create') ->form(MenuResource::getFormSchema()) ->label('Create'); }
<div> {{ $this->createAction }} <x-filament-actions::modals /> </div>