{{$records['order']['location']}}

PRE CREDIT Order

{{$records['order']['customer_Name']}}

{{$records['order']['location'] ? $records['order']['location'] : 'N/A'}}

Mob No: {{$records['order']['customer_phone_number']}}

Salesman: {{$records['order']['salesman']}}

MR NO: {{ $records['order']['ref_id'] }}

Date: {{ $records['order']['order_date'] }}

@foreach($records['items'] as $index => $record) @endforeach
Sl. No Product Name Packing Unit Qty Unit Price VAT(%) VAT Amount Total Amount
{{ $loop->iteration }} {{ $record['item_name'] }} {{ $record['packing'] }} {{ $record['unit'] }} {{ $record['quantity'] }} {{ $record['price_per_qty'] }} {{ $record['item_VAT_Per'] ?? '0.000' }} {{ $record['item_vat_number'] ?? '0.000' }} {{ $record['item_total_price'] }}
Total VAT: {{$records['total_vat']}}
Total: {{$records['order']['total_price']}}