@extends('admin.layouts.app') @section('title', 'Mon Profil') @section('content')

Informations du Profil

@csrf
Photo de profil
{{ $admin->birthday_formatted ?? 'Non renseigné' }}

Changer le mot de passe

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