@include('partials.menu')

@yield('content')
@if(Session::has('success')) @endif @if(Session::has('infos')) @endif @if(Session::has('warning')) @endif @if(Session::has('error')) @endif