print session in laravel
dd(session()->all());
print session in laravel
dd(session()->all());
Laravel: Session message exist while click on browser back button
// Add the following code to your view (blade)
// It will set headers to NOT cache a page
<?php
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
?>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us