© 2026 Hedgehog Software, LLC
->searchable()
->searchable() ->searchInputPlaceholder('Search by ID, patient name and phone')
->headerActions([ \Filament\Actions\Action::make('searchInfo') ->label('Search by ID, patient name and phone') ->icon('heroicon-o-information-circle') ->color('gray') ->size('sm') ->extraAttributes(['class' => 'text-xs opacity-70']) ->disableForm(), ])
method doesn't exist error.