MENU
Toggle navigation
Transformation Factory
@if(Auth::check())
{{Auth::user()->name}}
Logout
@endif
@if(Auth::check()) @include('partial.nav') @endif
@yield('content')