Nabeel provided the code for showing the pilot when logged in, in the documentation. I want to have Guest show up when no one is Logged In and the Pilot show up when they are?
@if(Auth::check())
{{ Auth::user()->name }}
@endif</font>
Thanks!
Nabeel provided the code for showing the pilot when logged in, in the documentation. I want to have Guest show up when no one is Logged In and the Pilot show up when they are?
@if(Auth::check())
{{ Auth::user()->name }}
@endif</font>
Thanks!