When calling the following the code, it does not show the LaraFlash data: ```php LaraFlash::success('Success message...'); return redirect(route('index')); ``` Hence, the redirect is clearing the flash.