🎉 Order Confirmed!

Thank you for your purchase

Hi {{ $order->user->name }},

Your order has been confirmed and payment received successfully.

Order Details

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

Date: {{ $order->created_at->format('F d, Y') }}

@foreach($order->items as $item)
{{ $item->product->title }}
{{ $item->hostingPlan->display_name }} @if($item->licenseType) - {{ $item->licenseType->display_name }} @endif
${{ number_format($item->total_price, 2) }}
@endforeach
Total: ${{ number_format($order->total, 2) }}

Your license key or installation details will be sent to you shortly.

View Order Details

If you have any questions, please don't hesitate to contact our support team.