Reorder Report
@if(!$is_pdf)
{{-- Pass selected values to JS --}}
@endif
@foreach($reorderRecords->groupBy('supplier_name') as $supplier => $rows)
{{ $supplier }}
| Product |
Variant |
Place |
Available Qty |
@foreach($rows as $row)
| {{ $row->product_name }} |
{{ $row->varient_name }} |
{{ $row->place }} |
{{ $row->availability }} |
@endforeach
@endforeach
@if(!$is_pdf)
Download
@endif