{{-- resources/views/frontend/statement/pdf.blade.php --}}
| Current Status | @php $statusLower = strtolower($status); @endphp @if($statusLower === 'success' || $statusLower === 'approved' || $statusLower === 'completed') {{ ucfirst($statusLower) }} @elseif($statusLower === 'rejected' || $statusLower === 'failed') {{ ucfirst($statusLower) }} @else {{ ucfirst($statusLower) }} @endif |
| Description | {{ $details }} |
| Reference Code | {{ $ref }} |
| Account | {{ $account }} |
| Charge | ৳0.00 |
| Note | This is a system generated statement for a single transaction. Keep this PDF for your records. |