@if(Sentinel::guest()) Typografics Academy @elseif(Sentinel::inRole('user')) Typografics Academy @elseif(Sentinel::inRole('admin') || Sentinel::inRole('super')) Typografics Academy @endif
    @if(!Sentinel::guest()) @if(Sentinel::inRole('user'))
  • Results
  • @elseif(Sentinel::inRole('admin') || Sentinel::inRole('super'))
  • Gebruikers
  • Tests
  • Profielen
  • Results
  • @if(Sentinel::inRole('super'))
  • Vragen
  • {{trans('master.categories')}}
  • Bedrijven
  • @endif
  • Nieuw
    • {{trans('master.user')}}
    • {{trans('master.test')}}
    • {{trans('master.profile')}}
    • @if(Sentinel::inRole('super'))
    • {{trans('master.question')}}
    • {{trans('master.category')}}
    • {{trans('master.subcategory')}}
    • {{trans('master.company')}}
    • @endif
  • @endif @endif
@if(!Sentinel::guest())
  • {{ucwords(Sentinel::check()->first_name)}}
  • Logout
@else
  • Login
@endif