{{--

{{ __('Profile') }}

@include('profile.partials.update-profile-information-form')
@include('profile.partials.update-password-form')
@include('profile.partials.delete-user-form')
--}} @extends('layouts.app') @section('aside-navigation') @include('back-office.navigation') @endsection @section('nav-header') @include('back-office.nav-header',['parent' => 'Mon profil', 'titre' => 'Edition', 'sousTitre'=>'Profil']) @endsection @section('content')
Information du profil
@include('profile.partials.update-profile-information-form') @include('profile.partials.update-password-form')
@endsection @section('footer') @include('back-office.footer') @endsection @section('css') @endsection @section('js') @endsection