@php($issuedAt = optional($order->paid_at ?? $order->created_at)?->format('M d, Y H:i'))

Invoice {{ $invoiceNumber }} is available for your order and can now be downloaded from the dashboard.

Order: {{ $order->order_number }}
Issued: {{ $issuedAt }}
Total: {{ number_format((float) $order->total, 2) }} {{ strtoupper($order->currency) }}

Use your customer dashboard to access the latest invoice history for this and future purchases.