Congratulations!

Your order details have been saved successfully. You can now proceed with the payment below to finalize your quote.

{{-- Quote & Configuration Summary --}}

Configuration Summary

Quote ID {{ $order->quote_number ?? 'N/A' }}
@if($product)
Product
{{ $product->name }}
{{ $product->material }} › {{ $product->type }} › {{ $product->layout }}
@endif @if(isset($cfg))
Stalls
{{ $cfg['stalls_count'] ?? 1 }}
Color
{{ $cfg['color'] ?? 'N/A' }}
Loading Dock
{{ ucfirst($cfg['dock'] ?? 'yes') }}
Amount Total
${{ number_format($order->total_amount ?? 0, 2) }}
@endif
{{-- Billing Details --}}

Billing Details

@if($order)
Name {{ $order->billing_first_name }} {{ $order->billing_last_name }}
@if($order->billing_company)
Company {{ $order->billing_company }}
@endif
Phone {{ $order->customer_phone }}
Email {{ $order->customer_email }}
Address {{ $order->billing_street_address }}
{{ $order->billing_city }}, {{ $order->billing_state }} {{ $order->billing_zip }}
USA
@else

No billing information available.

@endif
{{-- PayPal Payment Section --}}

Complete Payment

Please enter the amount ${{ number_format($order->total_amount ?? 0, 2) }} for Quote {{ $order->quote_number }} in the PayPal checkout.

Payment Successful!

Thank you for your payment. Your order is now being processed.

Transaction ID
{{-- PayPal Button Rendering --}}