Available
৳{{ number_format($wallet['available'] ?? 0, 0) }}
Pending (not delivered)
৳{{ number_format($wallet['pending_commission'] ?? 0, 0) }}
Total Earned
৳{{ number_format($wallet['total_earned'] ?? 0, 0) }}
Total Withdrawn
৳{{ number_format($wallet['total_withdrawn'] ?? 0, 0) }}
Commission rate: {{ number_format($commissionSettings['commission_percent'] ?? 0, 2) }}% per extra cross-sale product line (after delivery).
@if(!empty($commissionSettings['withdraw_note']))
{{ $commissionSettings['withdraw_note'] }}
@endif