@extends('layouts.admin') @section('title', 'Agents immobiliers') @section('page-title', 'Agents immobiliers') @section('page-subtitle', 'Professionnels (agents & agences)') @section('content')
{{ $agents->total() }} agent(s) au total
| Nom | Téléphone | Type | Inscription | Statut | Actions | |
|---|---|---|---|---|---|---|
| {{ $agent->name }} | {{ $agent->email }} | {{ $agent->phone ?? '—' }} | {{ $typeLabels[$agent->account_type?->value] ?? '—' }} | {{ $agent->created_at?->format('d/m/Y') ?? '—' }} | {{ $statusLabels[$agent->status?->value] ?? '—' }} | @if ($agent->status?->value !== 'approved') · @endif @if ($agent->status?->value !== 'suspended') · @endif Modifier · |
| @if ($search !== '' || $status !== '') Aucun agent ne correspond aux filtres. @else Aucun agent inscrit. @endif | ||||||