@include('admin.backend.report.body.report_top')
{{-- /// end Container --}}
| ID | Date | Customer | Warehouse | Product | Quantity | Unti Price | Status | Grand Total |
|---|---|---|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $report->date }} | {{ $report->customer->name ?? 'N/A' }} | {{ $report->warehouse->name ?? 'N/A' }} | {{ $item->product->name ?? 'N/A'}} | {{ $item->quantity ?? 'N/A'}} | {{ $item->net_unit_cost ?? 'N/A'}} | {{ $report->status ?? 'N/A' }} | {{ $report->grand_total ?? 'N/A' }} |