| তারিখ | বিবরণ | ধরণ | পরিমাণ | চলতি ব্যালেন্স |
|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($trx->created_at)->format('d M, Y h:i A') }} | {{ $trx->description }} | {{ $trx->type === 'credit' ? 'যোগ (Credit)' : 'বিয়োগ (Debit)' }} | {{ $trx->type === 'credit' ? '+' : '-' }}৳{{ number_format($trx->amount, 2) }} | ৳{{ number_format($trx->current_balance, 2) }} |
| এখনো কোনো লেনদেন বা ট্রানজেকশন হয়নি। | ||||