@extends('layouts.dashboard') @section('content')

Complete Your Payment

Secure payment processing powered by 2Checkout

Order Summary

Project Type
{{ $quoteRequest->project_type }}
Instructions
{{ Str::limit($quoteRequest->instructions, 200) }}
Delivery Time
{{ $quoteRequest->delivery_days }} days
@if($quoteRequest->quote_notes)
Notes
{{ $quoteRequest->quote_notes }}
@endif
Total Amount
${{ number_format($payment->amount, 2) }}

Payment Information

Your payment is secured with SSL encryption

@csrf

Your payment information is encrypted and secure

@endsection