| Transaction details | |
| Transaction Date | {{ \Carbon\Carbon::parse($postData['TRAN_DATE'])->format('d-m-Y') ?? '' }} |
| Transaction Type | {{ $postData['CARD_TYPE'] ?? '' }} |
| Payment Platform | {{ $postData['CARD_ISSUER'] ?? '' }} |
| Policy Name | {{ $postData['POLICY_NAME'] ?? '' }} |
| Policy Number | {{ $postData['POLICYNO'] ?? '' }} |
| Transaction ID | #{{ $postData['TRAN_ID'] ?? '' }} |
| Paid Installment | {{ $postData['PAID_INSTALLMENT'] ?? '' }} |
| Total Amount | {{ $postData['PAID_AMOUNT'] ?? '' }} Taka |