Payment Successful
| Name | {{ $user->name ?? '-' }} |
|---|---|
| Username | {{ $user->username ?? '-' }} |
| Product | {{ $payment->payment_for }} ({{ $package_name }}) |
| Product | {{ $payment->payment_for }} ({{ $credits_added }}) |
| Mobile | {{ $user->mobile2 ?? '-' }} |
| Amount Paid | ₹ {{ number_format($payment->amount, 2) }} |
| Status | {{ isset($status) ? ucwords(str_replace('_', ' ', $status)) : '-' }} |
| Transaction ID | {{ $payment->payment_id }} |