@extends('layouts.app') @section('title', 'Deposit Payment Successful') @section('styles') @endsection @section('content') ✓ Deposit Payment Successful! Your deposit payment has been received and processed successfully. Order Number: {{ $customOrder->order_number }} Order Type: {{ ucfirst($customOrder->type) }} Deposit Amount Paid: R{{ number_format($customOrder->deposit_amount, 2) }} Remaining Balance: R{{ number_format($customOrder->balance_amount, 2) }} Total Project Cost: R{{ number_format($customOrder->total_cost, 2) }} What Happens Next? Your design requirements have been received and confirmed Our design team will review your specifications and reference images You'll receive proof designs for your approval within 3-5 business days Once you approve the proofs, we'll prepare for printing The remaining balance (80%) will be due before printing begins View Order Details Back to My Orders @endsection
Your deposit payment has been received and processed successfully.