Payment Successfull!
Thank you for your payment. Your subscription is now active.
{{ $order_id }}
{{ $payment_id }}
@if(isset($data['invoice_number']))
{{ $data['invoice_number'] }}
@endif
@if(isset($data['total_amount']))
₹{{ number_format($data['total_amount'], 2) }}
@endif
@if(isset($data['validity_from']) && isset($data['validity_to']))
{{ $data['validity_from'] }}
{{ $data['validity_to'] }}
@endif
Invoice sent to your email
@if(isset($domain_url) && $domain_url)
Go to Dashboard
@endif
@if(isset($callback_url) && $callback_url)
Back to Website
@endif
@if((isset($domain_url) && $domain_url) || (isset($callback_url) && $callback_url))
Click the button above to continue
@elseYou can close this window now.
@endif