@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) }} |
{{ $isOwnServer ? 'Your license credentials will be delivered shortly by email.' : 'Your managed deployment is now moving through provisioning and credentials will follow shortly.' }}