OwlCyberSecurity - MANAGER
Edit File: ListLogisticSendToTehran.php
<?php namespace App\Filament\Resources\LogisticSendToTehranResource\Pages; use App\Filament\Resources\LogisticSendTOTehranResource; use Filament\Resources\Pages\ListRecords; use pxlrbt\FilamentExcel\Actions\Pages\ExportAction; use pxlrbt\FilamentExcel\Exports\ExcelExport; class ListLogisticSendToTehran extends ListRecords { protected static string $resource = LogisticSendToTehranResource::class; protected function getHeaderActions(): array { return [ ExportAction::make()->label('خروجی اکسل')->exports([ ExcelExport::make('table')->fromTable(), ]) ]; } }