@extends('admin.admin') @section('title', 'Tous les Administrateurs d\'Agence') @section('content')
  • Trier par:

{{ $adminags->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 ($adminags as $adminag) @endforeach
Administrateur d'Agence Email Téléphone Ville Pays Actions
fp2.jpg {{----}

ABALO Jean

1421 San Pedro St, Los Angeles, CA 90015

{{--$13,000/mo--}
jeanabalo@gmail.com Published LOME TOGO
@if ($adminag->userInfo->imagePrincipale() != null)
fp2.jpg
@else
fp2.jpg
@endif

{{$adminag->userInfo->nom}} {{$adminag->userInfo->prenoms}}

{{$adminag->userInfo->adresse}}

{{--$13,000/mo--}}
{{$adminag->email}} {{$adminag->numTel}} {{$adminag->userInfo->ville->designation ?? $adminag->userInfo->quartier->designation ?? 'Rien'}} {{$adminag->userInfo->pays->designation ?? 'Rien'}}
  • @csrf @method('delete')
{{$adminags->links("admin.shared.pagination")}}
@endsection