@extends('layouts.app') @section('title', 'Édition du profil') @section('content')

Mon profil

@include('profile.partials.update-profile-information-form')
@include('profile.partials.update-password-form')
@include('profile.partials.delete-user-form')
@endsection