| {{ __('Agent') }} | {{ __('Location') }} | {{ __('Rate') }} | {{ __('Stock') }} | {{ __('Sold') }} | {{ __('Sales') }} | {{ __('Owed') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|---|---|---|
| {{ $a->name }} @if ($a->phone) {{ $a->phone }} @endif | {{ $a->location ?: '—' }} | {{ (float) $a->commission_percentage }}% | {{ $a->stock_count }} | {{ $a->sold_count }} | {{ money($a->sales_value ?? 0, 0) }} | {{ money($a->balance, 0) }} | {{ ucfirst($a->status) }} | @if ($a->balance > 0) @endif |
| {{ __('No agents yet. Add the shops and people who sell your cards.') }} | ||||||||