@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

{{($displayAccountParcelPrice) ? 'A/c' : LaraCore::showPrice($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 {{ $displayAccountParcelWeight ? 'A/c' : $receipt->weight }}
weight {{ $displayAccountParcelWeight ? 'A/c' : $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->insurance_amt,2)}} {{($displayAccountParcelPrice) ? 'A/c' : LaraCore::showPrice($receipt->total_charge)}}
@endforeach