Sender
{{ $invoice->sender->name }}
Email
{{ $invoice->sender->email }}
Receiver
{{ $invoice->receiver->name }}
Address
{{ $invoice->receiver->address }}
Phone: {{ $invoice->receiver->phone }}
Email: {{ $invoice->receiver->email }}
Pickup Date: {{ $invoice->pickUpDate }}
Item Description: {{ $invoice->description }}
Weight: {{ $invoice->weight }}
Invoice No: {{ $invoice->number }}
Qty Item(s) Destination Total freight
1 {{ $invoice->name }} {{ $invoice->destination }} {{ $invoice->totalFreight ? '$'.$invoice->totalFreight : ' - ' }}
Your parcel has been registered and dispatched successfully. You will receive your parcel on {{ $invoice->expectedTime }}. Please always track your parcel to get an up-to-date information about it.
Amount Due:
Insurance: {{ $invoice->insurance ? '$'.$invoice->insurance : ' - ' }}
Clearance: {{ $invoice->clearance ? '$'.$invoice->clearance : ' - ' }}
Shipping: {{ $invoice->shipping ? '$'.$invoice->shipping : ' - ' }}
Total Freight: {{ $invoice->totalFreight ? '$'.$invoice->totalFreight : ' - ' }}
All Rights Reserved. {{ config('settings.site_name') }}/Courier Services {{ date('Y') }}