@foreach($receipts as $receipt)
A/C memo
GST NO: {{@$branch['gstno']}}

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
{{$receipt->consignor_mobile}}

Name/Dept.
consignee

{{$receipt->consignee}}
{{$receipt->consignee_mobile}}

ATTN.
@if($receipt->is_international != 1) @endif @if ($receipt->is_international != 1) @endif @if ($displayAccountReceiptWithGst) @else @endif
Package TypeValueWeight Boxes Charge {{($isAllowToChangeInsuranceLabel) ? str_limit($insuranceNewLabelName, 5, '..') : 'Ins.'}} fr. charge CGST SGST IGST total charge
{{ $receipt->packagetype_name }}{{ $receipt->parcel_value }}{{ ($displayAccountParcelWeight) ? 'A/c' : $receipt->weight }} {{ $receipt->number_of_box }} {{ ($displayAccountParcelPrice) ? 'A/c' : $receipt->value }} {{ ($displayAccountParcelPrice) ? 'A/c' : $receipt->insurance_amt }} @if ($displayAccountReceiptWithGst) {{ ($displayAccountParcelPrice) ? 'A/c' : formatTwoDecimals($receipt->fchPercentValue) }} @endif {{ ($displayAccountParcelPrice) ? 'A/c' : formatTwoDecimals($receipt->cgstValue) }} {{ ($displayAccountParcelPrice) ? 'A/c' : formatTwoDecimals($receipt->sgstValue) }} {{ ($displayAccountParcelPrice) ? 'A/c' : formatTwoDecimals($receipt->igstValue) }} {{ ($displayAccountParcelPrice) ? 'A/c' : $receipt->finalAmount }}
{{@$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