@if(auth()->user())
@csrf
Logout
@elseif (auth('admin')->user())
@csrf
Logout
@else Log In Sign Up @endif
@yield('pagetitle')
@yield('pagetitle')
@if(auth()->user())
@csrf
Logout
@elseif (auth('admin')->user())
@csrf
Logout
@else Log In Sign Up @endif
@yield('homepagecontent')