@foreach($receipts as $receipt)
debit memo
logo
origin : {{@$branch['city']}}
destination : {{$receipt->destination}}
Date : {{date('d/m/Y', strtotime($receipt->date))}}
@php $generator = new \Picqer\Barcode\BarcodeGeneratorPNG(); @endphp {{$receipt->number}}
SHIPPER

{{$receipt->consignor}}

ATTN:NAME/DEPT

Address

{{$receipt->consignor_address}}

Tel No.

{{$receipt->consignor_mobile}}

Consignee's Name:

{{$receipt->consignee}}

ATTN:NAME/DEPT

Consignee's Address:

{{$receipt->receiver_address}}

TEL NO.

{{$receipt->receiver_mobile}}

@if ($displayAccountReceiptWithGst) @else @endif
Package Type

{{$receipt->packagetype_name}}

Value

{{($displayAccountParcelPrice) ? 'A/c' : $receipt->parcel_value}}

Weight

{{($displayAccountParcelWeight) ? 'A/c' : $receipt->weight .' '. $receipt->weight_type}}

@if(isset($receipt->number_of_box) && !$displayAccountParcelWeight) ({{($receipt->number_of_box)}} Box) @endif
Charge

{{($displayAccountParcelPrice) ? 'A/c' : $receipt->value}}

OTHER CHARGE

{{($displayAccountParcelPrice) ? 'A/c' : $receipt->total_charge - $receipt->value}}

CGST

{{ ($displayAccountParcelPrice) ? 'A/c' : formatTwoDecimals($receipt->cgstValue) }}

SGST

{{ ($displayAccountParcelPrice) ? 'A/c' : formatTwoDecimals($receipt->sgstValue) }}

IGST

{{ ($displayAccountParcelPrice) ? 'A/c' : formatTwoDecimals($receipt->igstValue) }}

CGST

SGST

IGST

total charge

{{ ($displayAccountParcelPrice) ? 'A/c' : $receipt->finalAmount }}

Terms & Conditions

{{@$branch['cash_receipt_notes']}}

Remarks

{{$receipt->remakrs}}

track your shipment on {{@$receipt->trackUrl}}
RECEIVED BY INTERNATIONAL AIRWAY BILL
DATE: {{date('d/m/Y')}}
REFERENCE NO
{{$receipt->number}}
Address

{{@$branch['address']}}, {{@$branch['city']}}. Mo. {{@$branch['contact_no']}}

courier
{{$receipt->carrier_name}}
@endforeach