@foreach($receipts as $receipt)
cash memo
@if($displayGSTNumber) GST No.- {{@$branch['gstno']}} @endif

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

NOTE: consignment issued by franchisee

@php $generator = new \Picqer\Barcode\BarcodeGeneratorPNG(); @endphp {{$receipt->number}} {{-- courier consignment note issued by franchisee Mobile No. {{@$branch['contact_no']}} --}}
origin destination date and time carrier
{{@$branch['city']}} {{$receipt->destination}} {{date('d/m/Y', strtotime($receipt->date))}} {{date('h:i A', strtotime($receipt->time))}} {{$receipt->carrier_name}}
consignor

{{$receipt->consignor}} @if($receipt->sender_gstno != '' || $receipt->sender_gstno != null) | GST: {{$receipt->sender_gstno}} @endif
Mo: {{$receipt->consignor_mobile}}
{{$receipt->consignee_address}}

consignee

{{$receipt->consignee}}
Mo: {{$receipt->consignee_mobile}}
{{$receipt->receiver_address}}

@if($receipt->is_international != 1) @endif @if($receipt->is_international == 1) @endif @if($receipt->is_international != 1) @endif @if($receipt->is_international == 1) @endif
Package TypeValueWeight Boxes Charge fr. charge {{($isAllowToChangeInsuranceLabel) ? str_limit($insuranceNewLabelName, 5, '..') : 'Ins.'}} CGST SGSTIGSTtotal charge
{{$receipt->packagetype_name}}{{$receipt->parcel_value}}{{$receipt->weight}} {{$receipt->number_of_box}} {{$receipt->value}} {{($receipt->value * $receipt->freight_charge) / 100}} {{$receipt->insurance}} {{$receipt->cgst}} {{$receipt->sgst}}{{$receipt->igst}}{{$receipt->total_charge}}
{{@$branch['cash_receipt_notes']}}
consignor signature ...................................
I warrant that all details given herein are true and correct
Remark
{{$receipt->remakrs}}
consignee signature & rubber stamp
name:
date:
Received in good order and condition......................A.M./P.M.
@endforeach