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 $item) @empty @endforelse
Product Design No / Name Supplier Name Available Qty
{{ $item->product_name }} {{ $item->varient_code }} - {{ $item->varient_name }} {{ $item->supplier_names }} {{ $item->availability }}
No records found

@if(!$is_pdf) Download @endif