{{ __('Back to Dashboard') }}
Dashboard Logo Dashboard Logo
img
{{ Auth::user()->name }}
{{ Auth::user()->job_role }}
@if (App\Services\HelperService::extensionSaaS())
{{ __('Pricing Plans') }}
@endif
{{ __('Templates') }}
{{ __('Workbooks') }}
@if (App\Services\HelperService::extensionSaaS()) @if (config('payment.referral.enabled') == 'on') {{ __('Affiliate Program') }} @endif {{ __('Orders') }} @endif @role('user|subscriber') @if (config('settings.user_support') == 'enabled')
{{ __('Support Request') }}
@endif @if (config('settings.user_notification') == 'enabled')
{{ __('Notifications') }}
@if (auth()->user()->unreadNotifications->where('type', 'App\Notifications\GeneralNotification')->count()) {{ auth()->user()->unreadNotifications->where('type', 'App\Notifications\GeneralNotification')->count() }} @endif
@endif @endrole @role('admin')
{{ __('Support Request') }}
{{ __('Notifications') }}
@if (auth()->user()->unreadNotifications->where('type', 'App\Notifications\GeneralNotification')->count()) {{ auth()->user()->unreadNotifications->where('type', 'App\Notifications\GeneralNotification')->count() }} @endif
@endrole {{ __('My Profile') }}
{{ __('Change Password') }}
{{ __('Logout') }}
@csrf