Payment Successful!

Thank you for your order. Your payment has been processed successfully.

Order Summary
Order Number: #{{ substr($transId ?? 'N/A', -8) }}
Order Date: {{ now()->format('M j, Y \a\t g:i A') }}
Total Amount: ${{ number_format($amount ?? 10.00, 2) }}
Payment Method: Credit/Debit Card
Transaction Details
Transaction ID: {{ $transId ?? 'N/A' }}
Authorization Code: {{ $authCode ?? 'N/A' }}
Status: Completed
@if(isset($message) && $message)
Message: {{ $message }}
@endif