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

Your payment was processed successfully. We have started fulfillment for order {{ $order->order_number }}.

Order Summary
Order: {{ $order->order_number }}
Paid: {{ $issuedAt }}
Total: {{ number_format((float) $order->total, 2) }} {{ strtoupper($order->currency) }}
@foreach($order->items as $item)
{{ $item->product?->title ?: 'Item' }}
{{ $item->licenseType?->display_name ?: 'Standard' }} @if($item->hostingPlan?->display_name) | {{ $item->hostingPlan->display_name }} @endif | Qty {{ $item->quantity }}
@endforeach

{{ $isOwnServer ? 'Your license credentials will be delivered shortly by email.' : 'Your managed deployment is now moving through provisioning and credentials will follow shortly.' }}