@php header("Cache-Control: private, must-revalidate, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0"); @endphp @php $userid = auth()->user()->id; $LoginLog = \App\LoginLog::getSecurity_NewIp_Count(); $SecurityUser = \App\User::getRecordById($userid); $effectiveDate = strtotime(date('Y-m-d', strtotime("+" . $SecurityUser['varMonth'] . " months", strtotime($SecurityUser['SecurityQuestions_start_date'])))); $curentDate= strtotime(date('Y-m-d')); @endphp