@extends('layouts.dashboard') @section('title', 'Profil') @section('page-title', '') @section('content')

Mon Profil

Gérez vos informations personnelles et paramètres de compte

Photo de profil

{{ trim(($first_name ?? '') . ' ' . ($last_name ?? '')) ?: auth()->user()->name ?? 'Utilisateur' }}

{{ auth()->user()->email ?? 'email@example.com' }}

@csrf
@endsection @push('scripts') @endpush