@extends('admin.admin') @section('title', 'Tous les Agents') @section('content')
{{ $agents->total()}} Résultats
| Agent | Téléphone | Ville | Pays | Actions | |
|---|---|---|---|---|---|
|
@if ($agent->userInfo->imagePrincipale() != null)
{{$agent->userInfo->nom}} {{$agent->userInfo->prenoms}}{{$agent->userInfo->adresse}} {{--$13,000/mo--}} |
{{$agent->email}} | {{$agent->numTel}} | {{$agent->userInfo->ville->designation ?? $agent->userInfo->quartier->designation ?? 'Rien'}} | {{$agent->userInfo->pays->designation ?? 'Rien'}} |