@extends('layouts.base2') @section('style') @stop @section('title', 'Mon Profil') @section('content') @section('titlePage')

Espace de modification du profil

@stop
@include('profile.partials.update-profile-information-form')
@include('profile.partials.update-password-form')
@admin
@include('profile.partials.delete-user-form')
@endadmin
@stop