OwlCyberSecurity - MANAGER
Edit File: ListWithdrawfinancials.php
<?php namespace App\Filament\Resources\WithdrawfinancialResource\Pages; use App\Filament\Resources\WithdrawfinancialResource; use Filament\Actions; use Filament\Resources\Pages\ListRecords; class ListWithdrawfinancials extends ListRecords { protected static string $resource = WithdrawfinancialResource::class; // protected function getHeaderActions(): array // { // return [ // Actions\CreateAction::make(), // ]; // } }