# DHL document delivery
Hello {{ $customerName }},
Your vehicle documents for order **#{{ $orderId }}** have been prepared for courier delivery.
- **Vehicle chassis:** {{ $chassis }}
- **Courier:** {{ $courier }}
- **Air waybill (AWB):** {{ $awb }}
- **Document dispatch date:** {{ $shipmentDate }}
@if($trackingUrl)
- **Tracking:** [{{ $trackingUrl }}]({{ $trackingUrl }})
@endif
- **Document receiver:** {{ $receiverName }}
@if($receiverAddress)
- **Address:** {{ $receiverAddress }}@if($receiverCountry), {{ $receiverCountry }}@endif
@endif
The DHL receipt PDF is attached when available. You can also download the document securely:
Download DHL Document
Thanks,
{{ config('app.name') }}