@if(auth()->user()->app_tutorial == false)@endif

Menu

{{--

Menu

--}} @if (Auth::user()->hasRole(['user'])) @if(auth()->check()) @can('viewPremiumContent', auth()->user()) @else @endcan @endif @if(auth()->check()) @can('viewPremiumContent', auth()->user()) @else @endcan @endif @endif @if (Auth::user()->hasRole(['business'])) @endif @if (Auth::user()->hasRole(['moderator'])) @endif @if (Auth::user()->hasRole(['admin'])) @if(auth()->check()) @can('viewPremiumContent', auth()->user()) @else @endcan @endif
@endif
Support
@include('support-links')
@if(auth()->user() && auth()->user()->plan && auth()->user()->plan->name == 'Free') Upgrade to premium! @endif