@extends('layouts.dashboard') @section('title', 'Payment Confirmation - Thank You!') @section('content')

Thank you!

Your payment has been initiated. We're confirming it now.

Summary

  • Reference:{{ $merchantOrderId ?? 'N/A' }}
  • Quote ID:{{ $quoteId ?? 'N/A' }}
  • Payment Created:{{ $paymentCreated ? 'Yes' : 'No' }}
  • Status:Pending verification

Verification Progress

Starting verification…

Attempt 0/10

Order API Raw (debug)

							

Do not expose raw payload in production.

Home @auth Dashboard @endauth
If you close this page, the verification will continue in the background and you'll receive an email.
@endsection @push('scripts') @endpush @push('scripts') @endpush