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

Product Supplier Mappings


@if(!$is_pdf)
Reset
@endif
@forelse($product_items as $productName => $variants) {{-- PRODUCT HEADING --}} @foreach($variants as $item) @endforeach @empty @endforelse
Product Design No / Name Supplier Name Available Qty
{{ $productName }}
{{ $item->product_name }} {{ $item->varient_code }} - {{ $item->varient_name }} {{ $item->supplier_names }} {{ number_format($item->availability, 2) }}
No records found

@if(!$is_pdf) Download @endif