@php if (!headers_sent()) { header("Cache-Control: no-cache, no-store, max-age=0, must-revalidate"); //HTTP 1.1 header("Pragma: no-cache"); //HTTP 1.0 header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Date in the past } @endphp