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