Answer the question
In order to leave comments, you need to log in
Why don't flash messages always work?
Let's say we have this code:
return redirect()->route('home')->with('notification', "Бла бла бла");
@if(session('notification'))
<div class="notification">
{!! session('notification') !!}
</div>
@endif
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question