flash used to store the session for the next request.
Data stored in the session for the subsequent request,this is used for short living message.
$request->session()->flash(‘status’, ‘Task was successful!’);
flash used to store the session for the next request.
Data stored in the session for the subsequent request,this is used for short living message.
$request->session()->flash(‘status’, ‘Task was successful!’);