@extends('admin.layouts.app') @section('title', 'All Agents') @section('breadcrumb')
{{ number_format($total) }}
Total Agents
{{ number_format($active) }}
Active
{{ number_format($newThisMonth) }}
New This Month
{{ $agents->total() }}
On This Page
| Agent | Phone | Listings | Status | Joined | Actions |
|---|---|---|---|---|---|
|
@if($profile?->profile_photo_url ?? $agent->avatar)
{{ substr($agent->name, 0, 2) }}
@endif
{{ $agent->name }} {{ $agent->email }} |
{{ $profile?->phone ?? '—' }} | {{ $agent->properties_count ?? 0 }} | {{ $profile?->status ?? 'active' }} | {{ $agent->created_at->format('d M Y') }} | |
| No agents yet. Add one. | |||||
Showing {{ $agents->firstItem() ?? 0 }} to {{ $agents->lastItem() ?? 0 }} of {{ $agents->total() }} results
{{ $agents->links() }}