@extends('admin.admin') @section('title', 'Tous les Agents') @section('content')
  • Trier par:

{{ $agents->total()}} Résultats

{{-- @foreach ($biens as $bien)

Apartment

Renovated Apartment

1421 San Pedro St, Los Angeles, CA 90015

@endforeach

Villa

Gorgeous Villa Bay View

1421 San Pedro St, Los Angeles, CA 90015

--}}
@foreach ($agents as $agent) @endforeach
Agent Email Téléphone Ville Pays Actions
@if ($agent->userInfo->imagePrincipale() != null)
fp2.jpg
@else
fp2.jpg
@endif

{{$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'}}
  • @csrf @method('delete')
{{$agents->links("admin.shared.pagination")}}
@endsection