Payment Failed
| Name | {{ $user->name ?? '-' }} |
|---|---|
| Username | {{ $user->username ?? '-' }} |
| Product | {{ $productinfo }} ({{ $package_name }}) |
| Product | {{ $productinfo }} |
| Mobile | {{ $user->mobile2 ?? '-' }} |
| Amount | ₹ {{ number_format($amount, 2) }} |
| Status | {{ $failureReason ?? 'Payment Failed' }} |
| Tnx ID | {{ $payment->payment_id }} |