This commit is contained in:
2026-01-04 14:52:30 +03:30
parent 1981b1eab4
commit 66cfb5ff09

View File

@@ -2,10 +2,8 @@
namespace App\Exports\V3\Mission\Report;
use App\Models\EdarateShahri;
use Illuminate\Contracts\View\View;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Http\Request;
use Maatwebsite\Excel\Concerns\FromView;
use Maatwebsite\Excel\Concerns\ShouldAutoSize;
use Maatwebsite\Excel\Concerns\WithDrawings;
@@ -13,7 +11,6 @@ use Maatwebsite\Excel\Concerns\WithEvents;
use Maatwebsite\Excel\Events\AfterSheet;
use PhpOffice\PhpSpreadsheet\Exception;
use PhpOffice\PhpSpreadsheet\Worksheet\Drawing;
use PhpOffice\PhpSpreadsheet\Worksheet\Worksheet;
class ProvinceReport implements FromView, WithEvents, ShouldAutoSize, WithDrawings
{