@if (@isset($data) && !@empty($data) && count($data) >0 ) @php $i=1; @endphp
| {{ __('home.Invoice_no') }} | {{ __('home.sallerName') }} | {{ __('home.clietName') }} | {{ __('home.date') }} | الخياط | الحالة | {{ __('home.branch') }} | {{ __('home.total') }} | {{ __('home.paymentmethod') }} | {{ __('home.operations') }} |
|---|---|---|---|---|---|---|---|---|---|
| {{ $product->id }} | {{ $product->user->name??'' }} | {{ $product->customer->name??'' }} | {{ $product->created_at }} | {{ $product->employee->name_ar?? "لا يوجد" }} | @switch($product->status_invoice) @case('NOT_STARTED') لم يبدأ @break @case('IN_PROGRESS') قيد التنفيذ @break @case('COMPLETED') مكتمل @break @default غير محدد @endswitch | {{ $product->branch->name }} |
Fatal error: Uncaught Error: Class "App\Models\Avt" not found in /home/ebdea/public_html/tafsel.ebdea.online/resources/views/ajax_Recent_Invoices.blade.php:74 Stack trace: #0 {main} thrown in /home/ebdea/public_html/tafsel.ebdea.online/resources/views/ajax_Recent_Invoices.blade.php on line 74 |