@if(Auth::check())
{{ Auth::user()->name }} {{ Auth::user()->email }}
Admins
@else
Guest Sign In
@endif @if(Auth::check())
@csrf
@endif