That depends on how you load the "header" of your pages. You can include a conditional check within the header:
if(Auth::guest()) {
}
Should be enough
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community