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