Logo @if(!$is_pdf) Back @endif
{{ $company->company_name ?? '' }}
{{ $company->address ?? '' }}, {{ $company->city ?? ''}}, {{ $company->state ?? '' }}
Phone: {{ $company->phone1 ?? '' }}
GST NO: {{ $company->gst_no ?? '' }}

Reorder Report


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