@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
{{$receipt->parcel_value}}
WEIGHT
{{$receipt->weight}}
CHARGE
{{($receipt->value) + (($receipt->value * $receipt->freight_charge)/100) + ($receipt->insurance)}}
GST
{{$receipt->cgst + $receipt->sgst}}
TOTAL CHARGE
{{$receipt->total_charge}}

CONSIGNEE SIGNATURE & RUBBER STAMP

NAME:

DATE:

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

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

Received By

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