{{-- Flash messages as toasts --}} @if(session('success'))
@endif @if(session('error'))
@endif @if(session('warning'))
@endif {{ $slot }}