Generated on: {{ date('Y-m-d H:i') }}
| Plan Name | Amount Paid ($) | Platform | Transaction ID | Date / Time | Status |
|---|---|---|---|---|---|
| {{ $transaction->plan_name }} | {{ number_format($transaction->amount_paid, 2) }} | {{ ucfirst($transaction->platform) }} | {{ $transaction->transaction_id ?? 'N/A' }} | {{ \Carbon\Carbon::parse($transaction->created_at)->format('Y-m-d H:i') }} | {{ $statusText }} |