@extends('admin.layouts.app') @section('title', 'All Agencies') @section('breadcrumb')
{{ $total }}
{{ $active }}
{{ $totalAgents }}
{{ $totalListings }}
| Agency | Location | Agents | Listings | Status | Joined | Actions | ||
|---|---|---|---|---|---|---|---|---|
|
@if($agency->logo_url)
{{ strtoupper(substr($agency->name, 0, 2)) }}
@endif
{{ $agency->name }}
|
{{ $agency->city ? trim(($agency->city ?? '') . ', ' . ($agency->state ?? ''), ', ') : '—' }} | {{ $agency->agent_profiles_count }} | {{ $agency->listings_count ?? 0 }} | @if(($agency->status ?? 'active') === 'active') Active @else Inactive @endif | {{ $agency->created_at?->format('d M Y') }} | |||
| No agencies yet. Add one. | ||||||||
Showing {{ $agencies->firstItem() ?? 0 }}-{{ $agencies->lastItem() ?? 0 }} of {{ $agencies->total() }}