Toggle Navigation
Laravel
Home
@if (Auth::check())
{{ Auth::user()->name }}
Logout
@else
Login
Register
@endif
@yield('content')