Profil : {{ $user->nom }}
Détails du profil
Changer le mot de passe
@extends('layouts.base') @section('title', 'Mon Profil - ' . (Auth::check() ? Auth::user()->prenom : 'Invité')) @section('breadcrumb')