@yield('styles')

{{ $page_title }}

@if ($errors->any()) @endif @if (Session::get('success'))
Succès : {{ ' ' . Session::get('success') }}
@endif @if (Session::get('failed'))
Attention : {{ ' ' . Session::get('failed') }}
@endif
@yield('root-body')
@yield('scripts')