{{ __('Tenant ID:') }} #{{ $reseller->id }}
| {{ __('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 | Ksh {{ number_format($trx->amount, 2) }} | {{ $trx->type }} |
| {{ __('No wallet transactions found for this tenant.') }} | ||||