@foreach($receipts as $receipt)
cash memo

Cash, Gold, Silver, Diamond & Liquid are not accepted by us.

NOT: DO NOT KEEP CASH IN THE ENVELOPE

COURIER CONSIGNMENT NOTE ISSUED BY FRANCHISEE

origin/destination
{{$branch->city}} {{$receipt->destination}}
date/ AWB No.
{{date('d/m/Y', strtotime($receipt->date))}} {{$receipt->number}}
sender

{{$receipt->consignor}}

{{$receipt->consignor_mobile}}
G.S.T. No. NAME/DEPT
receiver

{{$receipt->consignee}}

{{$receipt->consignee_mobile}}
G.S.T. No. ATTN.
declared value {{($displayAccountParcelPrice) ? 'A/c' : LaraCore::showPrice($receipt->parcel_value)}}
no of packet {{$receipt->number_of_box}}
type {{$receipt->packagetype_name}}
weight {{ $displayAccountParcelWeight ? 'A/c' : $receipt->weight }}@if(!$displayAccountParcelWeight){{ ' ' . $receipt->weight_type }}@endif
gross amount {{($displayAccountParcelPrice) ? 'A/c' : LaraCore::showPrice($receipt->parcel_value)}}
G.S.T
Cash/Credit Credit
Net Amount {{($displayAccountParcelPrice) ? 'A/c' : LaraCore::showPrice($receipt->total_charge)}}
@endforeach