I want to get the user id in a blade file that is outside of Laravel default Auth middleware. I was trying to get it by this code :
{{Auth::user()->id}}
But I am getting null response