@extends('layouts.app') @section('title', 'Deposit Payment Successful') @section('styles') @endsection @section('content')

Payment Successful!

Your deposit payment has been received and processed successfully.

Order Number: {{ $customOrder->order_number }}
Order Type: {{ ucfirst($customOrder->type) }}
Deposit Amount: R{{ number_format($customOrder->deposit_amount, 2) }}
Remaining Balance: R{{ number_format($customOrder->balance_amount, 2) }}
Payment Status:

What Happens Next?

  1. Your design requirements have been received
  2. Our design team will review your specifications
  3. You'll receive proof designs for your approval within 3-5 business days
  4. Once you approve the proofs, we'll prepare for printing
  5. The remaining balance (80%) will be due before printing begins
@endsection