@include('components.frontend.head')
@include('components.frontend.header')Your order has been successfully placed. A confirmation email has been sent to {{ $order->customer_email }}.
{{ $order->customer_name ?? 'N/A' }}
{{ $order->customer_email ?? 'N/A' }}
{{ $order->customer_phone ?? 'N/A' }}
{{ $order->shipping_address ?? 'N/A' }}
{{ $order->billing_address ?? 'N/A' }}
#{{ $order->order_id }}
{{ $productName ?? 'N/A' }}
{{ $quantities[$index] ?? 'N/A' }}
{{ $sizes[$index] ?? '-' }}
{{ $prints[$index] ?? 'Front & Back Print' }}
{{ number_format($prices[$index] ?? '-') }} INR
{{ number_format($order->total_price ?? '-') }} INR