© 2026 Hedgehog Software, LLC
<x-filament-panels::page> @livewire('featured-image-l-w') </x-filament-panels::page>
public function editAction(): Action { return Action::make('edit')->label('Edit') ->form([]) ->action(fn () => $this->user->delete()); }
public function editAction(): Action { return Action::make('image')->label('Edit') ->form([]) ->action(fn () => $this->user->delete()); }