{{ __('Wallet Balance (Remaining)') }}

৳{{ number_format($reseller->balance, 2) }}

{{ __('Reseller ID: #:id', ['id' => $reseller->id]) }}
{{ __('Total Comm. Earned (Redeemed)') }}

৳{{ number_format($totalCommissionEarned, 2) }}

{{ __('Credited to Wallet balance') }}
{{ __('Total Comm. Upfront') }}

৳{{ number_format($totalUpfrontCommission, 2) }}

{{ __('Retained as discount upfront') }}
{{ __('Total Paid Out (Cash)') }}

৳{{ number_format($totalCommissionPaid, 2) }}

{{ __('Withdrawn in cash from admin') }}
{{ __('Transaction Ledger') }}
@forelse($transactions as $trx) @empty @endforelse
{{ __('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.') }}
@if($transactions->hasPages()) @endif