{{ $card['label'] }}
{{ number_format($card['value']) }}
{{ $card['sub'] }}
| Agent | Agency | Total Apps | Approved | Rejected | Pending | Status | Action |
|---|---|---|---|---|---|---|---|
|
@if ($agent->profile_photo_path)
|
{{ $agent->agency_name ?: '—' }} @if ($agent->license_number) Lic. {{ $agent->license_number }} @endif | {{ number_format($agent->applications_total) }} | {{ number_format($agent->applications_approved) }} | {{ number_format($agent->applications_rejected) }} | {{ number_format($agent->applications_pending) }} | @php($status = $agent->approval_status) @if ($status === UserApprovalStatus::Approved) Approved @elseif ($status === UserApprovalStatus::Pending) Pending @else Rejected @endif | |
| No agents found. | |||||||
@if ($this->agents->total()) Showing {{ $this->agents->firstItem() }} to {{ $this->agents->lastItem() }} of {{ $this->agents->total() }} agents @else Showing 0 agents @endif