Dear {{ $tracking->shipment->receiver_name }},
We are excited to inform you that your shipment tracking has been updated. Here are the details:
| Tracking Status | {{ status($tracking->status_code) }} |
|---|---|
| Hold Reason | {{ $tracking->hold_reason }} |
| Date Sent | {{ $tracking->date_sent->format('d/m/Y') }} |
| Delivery Date | {{ $tracking->date_expected->format('d/m/Y') }} |
| Progress | {{ $tracking->progress }}% |
| Current Location | {{ $tracking->current_location }} |
| Tracking Code | {{ $tracking->shipment->tracking_code }} |