# {{ $eventLabel }}
Hello {{ $greetingName }},
{{ $intro }}
- **Order:** #{{ $orderId }}
- **Chassis:** {{ $chassis }}
- **Vehicle shipment status:** {{ $status }}
@if($shippingLine)
- **Shipping line:** {{ $shippingLine }}
@endif
@if($showVessel && $vesselName)
- **Vessel:** {{ $vesselName }}@if($voyageNumber) ({{ $voyageNumber }})@endif
@endif
@if($originPort)
- **Origin port:** {{ $originPort }}
@endif
@if($destinationPort)
- **Destination port:** {{ $destinationPort }}
@endif
@if($etd)
- **ETD:** {{ $etd }}
@endif
@if($eta)
- **ETA:** {{ $eta }}
@endif
{{ $actionLabel }}
Thanks,
{{ config('app.name') }}