| {{ __('Name') }} | {{ __('Email / Phone') }} | {{ __('Company') }} | {{ __('Commission') }} | @if($month === 'all') {{ __('Total Collection') }} @else {{ __('Collection') }} ({{ $months[$month] }}) @endif | @if($month === 'all') {{ __('Total Profit') }} @else {{ __('Profit') }} ({{ $months[$month] }}) @endif | {{ __('Wallet Balance') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|---|---|---|
|
{{ $reseller->user->name ?? 'N/A' }}
ID: #{{ $reseller->id }}
|
{{ $reseller->user->email ?? 'N/A' }}
{{ $reseller->phone ?? 'N/A' }}
|
{{ $reseller->company ?? 'N/A' }} | {{ $reseller->commission_percentage }}% | Ksh {{ number_format($reseller->totalCollections(), 2) }} | Ksh {{ number_format($reseller->totalProfit(), 2) }} | Ksh {{ number_format($reseller->balance, 2) }} | {{ __($reseller->status) }} | |
| {{ __('No tenants yet.') }} | ||||||||