@if(session()->has('message'))
{{ session()->get('message') }}.
@endif @if (session()->has('errors')) @endif @if (session()->has('info')) @endif @if (session()->has('warning')) @endif @if(session()->has('success'))
Succès! {{ session()->get('success') }}.
@endif @if(session()->has('fichiers')) @php $tableau = session()->get('fichiers'); @endphp @foreach ($tableau as $file) @endforeach @endif