@extends('layouts.app') @section('title', 'Brokers') @section('content')
| # | @include('partials._sort_th', ['column' => 'name', 'label' => 'Broker / Firm'])Primary Mobile | Operating Area | Properties Sourced | Status | @include('partials._sort_th', ['column' => 'created_at', 'label' => 'Added', 'thClass' => 'text-center'])Actions | ||
|---|---|---|---|---|---|---|---|
| {{ $brokers->firstItem() + $loop->index }} | {{ $broker->name }} | {{ $broker->mobile }} | {{ $broker->operating_area ?? '—' }} | {{ $broker->properties_count }} | @if($broker->is_active) Active @else Inactive @endif | {{ $broker->created_at->format('d M Y') }} | @if(Auth::user()->isAdmin()) @endif |
| No brokers found. @if(request('search')) Clear search @endif | |||||||