{{-- Header --}}

{{ config('app.name') }}

{{-- Body --}}

Dear {{ $recipientName }},

{{ $bodyMessage }}

{{-- Order summary box --}}

Order Number: {{ $order->order_number }}

Order Amount: KWD {{ number_format($order->total_amount, 3) }}

Status: {{ $order->status_label }}

@if($order->delivery_type)

Delivery Type: {{ $order->delivery_label }}

@endif @if($order->status === 'cancelled' && $order->cancelled_reason)

Reason: {{ $order->cancelled_reason }}

@endif
{{-- PIN box — only shown on dispatched --}} @if($pin)

Your Delivery PIN (share with delivery agent)

{{ $pin }}

This PIN is valid for 10 minutes from dispatch.

@endif

If you have any questions, please contact our support team.

{{-- Footer --}}