@foreach($receipts as $receipt)
origin {{$branch['city']}}
destination {{$receipt->destination}}
date {{date("d/m/Y", strtotime($receipt->date))}}

{{$branch['name']}}

{{$branch['address']}} {{$branch['city']}} {{$branch['zipcode']}}

{{$branch['contact_no']}}

{{$receipt->consignor}}

{{$receipt->consignor_mobile}}
G.S.T. No.

{{$receipt->consignee}}

{{$receipt->consignee_mobile}}
G.S.T. No.
sender signature

description contains / commodities

value for carriage

{{$receipt->parcel_value}}

for most urgent and high value consigment use our express services

Collected by FRANCHISEE

Name Signature

{{$receipt->number}}

pieces {{$receipt->number_of_box}}
DOX N.DOCX
3 L x B x H Volumetric / Charged Weight {{$receipt->weight}}
weight {{$receipt->weight}} Basic Charges CGST @ 9% SGST @ 9% IGST @ 18% Risk Charge Other Recharge Total
mode {{$receipt->packagetype_name}} {{number_format($receipt->value,2)}} {{number_format($receipt->cgst,2)}} {{number_format($receipt->sgst,2)}} 0.00 {{number_format((($receipt->value * $receipt->freight_charge) / 100),2)}} {{number_format($receipt->insurance_amt,2)}} {{number_format($receipt->total_charge,2)}}
@endforeach