@if(request('dashboard_section') == 'settings')
{{ str_limit(__('lang.exit_settings'), 20) }}
@else
homepage homepage
@endif
    @if(request('visibility_left_menu_toggle_button') == 'visible')
  • @endif @if(request('visibility_settings_left_menu_toggle_button') == 'visible')
  • @endif @if(auth()->user()->is_team)
  • @endif @if(auth()->user()->is_team && config('visibility.modules.timetracking'))
  • {!! clean(runtimeSecondsHumanReadable(request('users_running_timer'), false)) !!}
    @if(request('users_running_timer_task')) @include('misc.timer-topnav-details') @else
    @lang('lang.active_timer')
    @lang('lang.task_not_found')
    @endif
  • @endif
    {!! config('modules.menus.topnav.parent1') !!}
  • @lang('lang.projects') @lang('lang.clients') @lang('lang.tasks') @lang('lang.project_comments') @lang('lang.notes')
  • {!! config('modules.menus.topnav.parent2') !!}
  • {!! config('modules.menus.topnav.parent3') !!} @if(auth()->user()->is_team && config('visibility.modules.timetracking'))
  • @endif {!! config('modules.menus.topnav.parent4') !!} @if(config('visibility.modules.calendar'))
  • @endif {!! config('modules.menus.topnav.parent5') !!} @if(config('visibility.modules.messages'))
  • @endif {!! config('modules.menus.topnav.parent6') !!} @if(auth()->user()->is_admin)
  • @endif {!! config('modules.menus.topnav.parent7') !!} @if(auth()->user()->is_team && auth()->user()->can_add_content) @if(config('system.settings_type') == 'standalone' || in_array(config('system.settings_saas_status'), ['active', 'free-trial']))
  • @if(auth()->user()->role->role_projects >= 2) {{ cleanLang(__('lang.client')) }} @endif @if(config('visibility.modules.projects') && auth()->user()->role->role_projects >= 2) {{ cleanLang(__('lang.project')) }} @endif @if(config('visibility.modules.tasks') && auth()->user()->role->role_tasks >= 2) {{ cleanLang(__('lang.task')) }} @endif @if(config('visibility.modules.leads') && auth()->user()->role->role_leads >= 2) {{ cleanLang(__('lang.lead')) }} @endif @if(config('visibility.modules.invoices') && auth()->user()->role->role_invoices >= 2) {{ cleanLang(__('lang.invoice')) }} @endif @if(config('visibility.modules.estimates') && auth()->user()->role->role_estimates >= 2) {{ cleanLang(__('lang.estimate')) }} @endif @if(config('visibility.modules.proposals') && auth()->user()->role->role_proposals >= 2) {{ cleanLang(__('lang.proposal')) }} @endif @if(config('visibility.modules.contracts') && auth()->user()->role->role_contracts >= 2) {{ cleanLang(__('lang.contract')) }} @endif @if(config('visibility.modules.payments') && auth()->user()->role->role_invoices >= 2) {{ cleanLang(__('lang.payment')) }} @endif @if(config('visibility.modules.subscriptions') && auth()->user()->role->role_subscriptions >= 2) {{ cleanLang(__('lang.subscription')) }} @endif @if(config('visibility.modules.expenses') && auth()->user()->role->role_expenses >= 2) {{ cleanLang(__('lang.expense')) }} @endif @if(config('visibility.modules.knowledgebase') && auth()->user()->role->role_knowledgebase >= 2) {{ cleanLang(__('lang.article')) }} @endif @if(config('visibility.modules.tickets') && auth()->user()->role->role_tickets >= 2) {{ cleanLang(__('lang.ticket')) }} @endif {!! config('modules.menus.topnav.create') !!}
  • @endif @endif {!! config('modules.menus.topnav.parent8') !!} @if(config('system.settings_system_language_allow_users_to_change') == 'yes')
  • @foreach(request('system_languages') as $key => $language)
    {{ $language }}
    @endforeach
  • @endif {!! config('modules.menus.topnav.parent9') !!}
  • user {{ auth()->user()->first_name }}
    • user

      {{ auth()->user()->first_name }} {{ auth()->user()->last_name }}

      {{ auth()->user()->email }}

      {{ cleanLang(__('lang.update_avatar')) }}
    • {{ cleanLang(__('lang.update_my_profile')) }}
    • @if(auth()->user()->is_team && auth()->user()->role->role_timesheets >= 1)
    • {{ cleanLang(__('lang.my_time_sheets')) }}
    • @endif @if(auth()->user()->is_team)
    • {{ cleanLang(__('lang.my_notes')) }}
    • @endif @if(auth()->user()->is_client_owner)
    • {{ cleanLang(__('lang.company_details')) }}
    • {{ cleanLang(__('lang.company_logo')) }}
    • @endif
    • {{ cleanLang(__('lang.notification_settings')) }}
    • {{ cleanLang(__('lang.change_theme')) }}
    • {{ cleanLang(__('lang.update_password')) }}
    • {!! config('modules.menus.profile') !!}
    • {{ cleanLang(__('lang.logout')) }}