{{ $page_title }}
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@if (Session::get('success'))
Succès : {{ ' ' . Session::get('success') }}
@endif
@if (Session::get('failed'))
Attention : {{ ' ' . Session::get('failed') }}
@endif
@yield('root-body')