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

Stock Supplier

@if(!$is_pdf)
Reset
@endif
@php $total = 0; @endphp @foreach($product_items as $items) @foreach($items['items'] as $item) @php $total += $item->purchase_cost ? $item->purchase_cost : 0; @endphp @endforeach @endforeach
Stock Avl Quantity QOH CP Total Amount
{{$items['product_name']}}
{{$item->varient_code}}/{{$item->varient_name}} {{$item->quantity}} {{$item->availability}} {{$item->basic_cost ?? ''}} {{$item->purchase_cost}}
Total: {{$total}}

@if(!$is_pdf) Download @endif