@if (Session::has('success'))
Succès! {{ Session::get('success') }}
@endif @if(count($errors) > 0)
Erreurs:
@endif