@foreach($receipts as $receipt)
logo

{{ $details }}

Origin {{$branch['city']}}
Product
Dest: {{$receipt->destination}}
Type: {{$receipt->packagetype_name}}
Date: {{date("l M d Y", strtotime($receipt->date))}}
Consignor's Name:

{{$receipt->consignor}}

Consignor's Address:

{{$receipt->consignor_address1}} {{$receipt->consignor_address2}} {{$receipt->consignor_city}}.

GST
Mobile {{$receipt->consignor_mobile}} Email {{$receipt->consignor_email}}
Consignee's Name:

{{$receipt->consignee}}

Consignee's Address:

{{$receipt->receiver_address}}

GST
Mobile {{$receipt->consignee_mobile}} Email {{$receipt->consignee_email}}
Content Specification:
{{$receipt->remakrs}}.
Declared Value:{{$receipt->parcel_value}}
No. Of Pieces:{{$receipt->number_of_box}}
Actual Weight:{{$receipt->weight}}
@php $generator = new \Picqer\Barcode\BarcodeGeneratorPNG(); @endphp @if (!empty($receipt->number)) @else @endif
AWB NO.: @if (!empty($receipt->number)) {{ $receipt->number }} @else @endif
I/We Declare that this consignment does not contain personal mail, cash, jewellery, contraband,illegal drugs, any prohibited items and commodities which can cause safety hazards while transporting
Sender's Signature & Seal
I/We I have read and understood terms and conditions of carriage mention on website.
Dim:
Charged Weight:{{$receipt->weight}}
Name: {{$branch['name']}}

Address: {{$branch['address']}} {{$branch['city']}} {{$branch['zipcode']}}

Phone Number: {{$branch['contact_no']}}
Receiver Name :
Phone Number :
Receiver's Signature and Stamp :
{{$receipt->trackUrl}} | {{$branch['contact_no']}} Amount collected (in Rs): {{$receipt->total_charge}}
This Document is not a tax invoice.POD Copy
@endforeach