Payment Summary
Invoice Number:
{{ $invoice->invoice_number }}
Description:
{{ $invoice->description ?? 'Subscription Payment' }}
@if($remainingCredit > 0)
Subtotal:
{{ $invoice->currency->symbol }}{{ number_format($invoice->total(), 2) }}
Credit Applied:
-{{ $invoice->currency->symbol }}{{ number_format($remainingCredit, 2) }}
@endif
Total:
{{ $invoice->currency->symbol }}{{ number_format($finalAmount, 2) }}
Initializing Payment
Please wait while we prepare your payment...
Redirecting to BayarCash
You will be redirected to BayarCash to complete your payment...
Secured by BayarCash SSL encryption