© 2026 Hedgehog Software, LLC
php artisan make:filament-page ShowTicket --resource=TicketResource
public function mount(int | string $record): void { //$this->fillForms(); $this->record = $this->resolveRecord($record); }