• @foreach(app('boilerplate.navbar.items')->getItems('left') as $view) @include($view) @endforeach
    @if(config('boilerplate.theme.navbar.user.visible'))
  • {{ Auth::user()->name }} {{ Auth::user()->name }}
  • @endif @foreach(app('boilerplate.navbar.items')->getItems('right') as $view) @include($view) @endforeach
  • {!! Form::open(['route' => 'boilerplate.logout', 'method' => 'post', 'id' => 'logout-form']) !!} {!! Form::close() !!}