@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 {{$receipt->parcel_value}}
no of packet {{$receipt->number_of_box}}
type {{$receipt->packagetype_name}}
weight {{$receipt->weight}} {{$receipt->weight_type}}
gross amount {{$receipt->value}}
G.S.T {{$receipt->cgst + $receipt->sgst}}
Cash/Credit Cash
Net Amount {{$receipt->total_charge}}
@endforeach