@foreach($receipts as $receipt)

{{$branch['name']}}

{{$branch['address']}} {{$branch['city']}}

PH: {{$branch['contact_no']}}

FROM{{$branch['city']}}
AWB NO.{{$receipt->number}}
TO{{$receipt->destination}}
DATE{{date("d/m/y", strtotime($receipt->date))}}
SHIPPER

{{$receipt->consignor}}
{{$receipt->consignor_mobile}}

GST NO.

RECEIVER

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

GST NO.

DESCRIPTION OF CONTENTS
{{$receipt->packagetype_name}}
DECLARED VALUE
{{($displayAccountParcelPrice) ? 'A/c' : LaraCore::showPrice($receipt->parcel_value)}}
WEIGHT
{{($displayAccountParcelWeight) ? 'A/c' : $receipt->weight}}
CHARGE
{{ $displayAccountParcelPrice ? 'A/c' : (($receipt->value ?? 0) + ($receipt->insurance_amt ?? 0)) }}
GST
{{ $displayAccountParcelPrice? 'A/c' : (($receipt->cgst ?? 0) + ($receipt->sgst ?? 0))}}
TOTAL CHARGE
{{($displayAccountParcelPrice) ? 'A/c' : LaraCore::showPrice($receipt->total_charge)}}

CONSIGNEE SIGNATURE & RUBBER STAMP

NAME:

DATE:

TIME..................................AM/PM

GST. No {{$branch['gstno']}}

Received By

{{$branch['name']}}
@endforeach