Wallet: {{ $txn->wallet_type }}
Direction: {{ $txn->direction }}
Opening: {{ number_format((float) $txn->opening_balance, 2) }}
Closing: {{ number_format((float) $txn->closing_balance, 2) }}
{{ $txn->direction === 'credit' ? '+' : '-' }}Rs. {{ number_format((float) $txn->amount, 2) }}