@extends('layouts.admin') @section('title', $agent->name) @section('page-title', $agent->name) @section('page-subtitle', $agent->email) @section('content')

Informations

Email
{{ $agent->email }}
Téléphone
{{ $agent->phone ?? '—' }}
Type de compte
{{ $agent->account_type?->value ?? '—' }}
Statut
{{ $agent->status?->value ?? '—' }}
Inscrit le
{{ $agent->created_at?->format('d/m/Y H:i') ?? '—' }}

Activité

Biens proposés
{{ $agent->propertyProposals->count() }}
Demandes créées
{{ $agent->propertyRequestsCreated->count() }}
Modifier Retour à la liste
@endsection