{{-- Composant pour afficher toutes les notifications flash Utilisation: --}} @php use App\Helpers\NotificationHelper; @endphp
@foreach(session('flash_notifications', []) as $notification) @endforeach
{!! NotificationHelper::script() !!}