@php $receipt = $receipts; $sender_details = json_decode($receipt->sender_data); $receiver_details = json_decode($receipt->receiver_data); @endphp
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
{{ trim($branch['city'], "\"'") }} {{-- {{$receipts->destination}} --}} {{$receipts->center_name}}
date/ AWB No.
{{-- {{date("d/m/Y h:i A", strtotime($receipts->created_at))}} --}} {{date("d/m/Y", strtotime($receipts->date))}} {{$receipts->consignment_no}}
sender

{{$receipts->client_name}}

{{-- {{$receipts->consignor_mobile}} --}} {{ isset($sender_details->phone1) ? $sender_details->phone1 : '' }}
G.S.T. No. NAME/DEPT
receiver
{{--

{{$receipts->consignee}} --}}

{{$receipts->receiver_name}}

{{-- {{$receipts->consignee_mobile}} --}} {{$receipts->mobile}} {{-- {{ isset($receiver_details->mobile) ? $receiver_details->mobile : '' }} --}}
G.S.T. No. ATTN.
declared value {{ showPrice($receipts->parcel_value)}} {{-- {{ $receipts->parcel_value }} --}}
no of packet {{$receipts->number_of_box}}
type {{$receipts->package_type_name}}
weight {{ $displayAccountParcelWeight ? 'A/c' : $receipts->weight }}@if(!$displayAccountParcelWeight){{ ' ' . $receipts->weight_type }}@endif
gross amount {{-- {{ showPrice($receipts->parcel_value)}} --}} {{-- {{ $receipts->parcel_value }} --}}
G.S.T
Cash/Credit Credit
Net Amount {{-- {{ $receipts->total_charge }} --}} {{-- {{ showPrice($receipts->total_charge)}} --}} {{-- {{ showPrice($receipts->net_amt)}} --}}