| {{ __('Date') }} | {{ __('Description') }} | {{ __('Reference Type') }} | {{ __('Amount') }} | {{ __('Type') }} |
|---|---|---|---|---|
| {{ $trx->created_at->format('Y-m-d H:i:s') }} | {{ __($trx->description) }} | @if($trx->reference_type) {{ __($trx->reference_type) }} (#{{ $trx->reference_id }}) @else - @endif | ৳{{ number_format($trx->amount, 2) }} | {{ __($trx->type) }} |
| {{ __('No wallet transactions found.') }} | ||||