{{--
|
|
|
| Sender: | {{ $shipment->sender_name }} | Receiver: | {{ $shipment->client_name }} |
| Address: | {{ $shipment->sender_address }} | {{ $shipment->client_address }} | |
| Email: | {{ $shipment->sender_email }} | {{ $shipment->client_email }} | |
| Phone: | {{ $shipment->sender_phone }} | {{ $shipment->client_phone }} | |
| Amount: | {{ currency($shipment->currency, 'code') }} {{ formatAmount($shipment->amount) }} | Pickup Location: | {{ $shipment->shipped_to }} |
| PARCEL DESCRIPTION | EXPECTED DATE OF DELIVERY: {{ formatDate($shipment->arrival_date) }} |
{{ $shipment->description }}
Weight: {{ $shipment->weight }}Kg
Comment: {{ $shipment->comment }}
Any shortage or damage must be notified withing 72hours of receipt of goods. Complaints can only Be accepted if made in writing within 30days of receipt of goods. No goods may be returned without Prior authorization from {{ config('app.name') }}
|
Credit & Debits Cards Accepted
|
|
|
Contact Us {{ config('contact.address') }} {{ config('contact.email') }} |
|
| Sender: | {{ $shipment->sender_name }} | Receiver: | {{ $shipment->client_name }} |
| Address: | {{ $shipment->sender_address }} | {{ $shipment->client_address }} | |
| Email: | {{ $shipment->sender_email }} | {{ $shipment->client_email }} | |
| Phone: | {{ $shipment->sender_phone }} | {{ $shipment->client_phone }} | |
| Amount: | {{ currency($shipment->currency, 'code') }} {{ formatAmount($shipment->amount) }} | Pickup Location: | {{ $shipment->shipped_to }} |
| PARCEL DESCRIPTION | EXPECTED DATE OF DELIVERY: {{ formatDate($shipment->arrival_date) }} |
{{ $shipment->description }}
Weight: {{ $shipment->weight }} Kg
Comment:
{{ $shipment->comment }}
|
Credit & Debit Cards Accepted
|