@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

تقارير اكسل

@endsection @section('content')
@csrf
@error('type') {{ $message }} @enderror
@foreach ($reports as $report) @endforeach
النوع تاريخ الطلب بواسطة الحالة #
{{ $report->type }} {{ $report->created_at }} {{ $report->admin->name ?? "" }} {{ $report->statusLabel() }} @if($report->status == 1) download @endif
@endsection @section('script') @endsection