class ApprovalAnimal extends ListRecords {
protected static string $resource = AnimalResource::class;
protected static string $view = 'filament.admin.resources.animal-resource.pages.approval-animal';
function table(Table $table): Table {
return $table ...
}
class ApprovalAnimal extends ListRecords {
protected static string $resource = AnimalResource::class;
protected static string $view = 'filament.admin.resources.animal-resource.pages.approval-animal';
function table(Table $table): Table {
return $table ...
}