Toggle Navigation
Laravel
@lang("content.home")
@if (Auth::guest())
Login
Register
@else
{!! Auth::user()->name !!}
Logout
@endif
@yield('content')