{{config('app.name')}}
    @foreach(config('menu.'.$type) as $menu) {{$menu['title']}} @endforeach
  • URL::current() === route('user.edit')]) href="{{route('user.edit')}}" aria-current="page" > {{auth()->user()->username}} avatar
    {{auth()->user()->username}} @if(auth()->user()->is_premium)
    Premium account
    @else
    Standard account
    @endif