{{ __('Dashboard') }} {{ __('Profile') }} {{ __('Clients') }}
{{ __('My Clients') }} {{ __('All Clients') }} @if(Entrust::can('client-create')) {{ __('New Client') }} @endif
{{ __('Contacts') }}
{{ __('My Contacts') }} {{ __('All Contacts') }} @if(Entrust::can('contact-create')) {{ __('New Contact') }} @endif
{{ __('Tasks') }}
{{ __('My Tasks') }} {{ __('All Tasks') }} @if(Entrust::can('task-create')) {{ __('New Task') }} @endif
{{ __('Leads') }}
{{ __('My Leads') }} {{ __('All Leads') }} @if(Entrust::can('lead-create')) {{ __('New Lead') }} @endif
{{ __('Users') }}
{{ __('Users All') }} @if(Entrust::can('user-create')) {{ __('New User') }} @endif
{{ __('Departments') }}
{{ __('All Departments') }} @if(Entrust::hasRole('administrator')) {{ __('New Department') }} @endif
@if(Entrust::hasRole('administrator')) {{ __('Settings') }}
{{ __('Overall Settings') }} {{ __('Role Management') }} {{ __('Integrations') }}
@endif {{ __('Sign Out') }}