@php $siteurl=$_SERVER['HTTP_HOST']; $url='https://'.$siteurl.'/login'; //echo "URL".$url; //header("Location: $url"); redirect()->to($url)->send(); @endphp