Student Portal
@if(Auth::check())
{{ Auth::user()->first_name }}
Profile
Logout
@else
@endif
@yield('content')