@if(isset($activeTimerCount))
@lang("modules.projects.activeTimers")
@if($activeTimerCount > 0) {{ $activeTimerCount }} @else 0 @endif
@endif
locale == "en") selected @endif data-content='
En'>En
@foreach($languageSettings as $language)
locale == $language->language_code) selected @endif data-content='
{{ $language->language_code }}'>{{ $language->language_code }}
@endforeach
@if($unreadNotificationCount > 0)
@endif
...
@if(is_null($user->image))
{{ (strlen($user->name) > 24) ? substr(ucwords($user->name), 0, 20).'..' : ucwords($user->name) }}
@else
{{ ucwords($user->name) }}
@endif
@lang("app.menu.profileSettings")
@lang('app.logout')
{{ csrf_field() }}
@lang('app.menu.dashboard')
@if(in_array('projects',$modules))
@lang('app.menu.projects')
@endif @if(in_array('product',$modules))
@lang('app.menu.products')
@endif @if(in_array('tickets',$modules))
@lang("app.menu.tickets")
@endif @if(in_array('invoices',$modules))
@lang('app.menu.invoices')
@lang('app.credit-note')
@endif @if(in_array('estimates',$modules))
@lang('app.menu.estimates')
@endif @if(in_array('payments',$modules))
@lang('app.menu.payments')
@endif @if(in_array('events',$modules))
@lang('app.menu.Events')
@endif @if(in_array('contracts',$modules))
@lang('app.menu.contracts')
@endif @if($gdpr->enable_gdpr)
@lang('app.menu.gdpr')
@endif @if(in_array('notices',$modules))
@lang("app.menu.noticeBoard")
@endif @if(in_array('messages',$modules)) @if($messageSetting->allow_client_admin == 'yes' || $messageSetting->allow_client_employee == 'yes')
@lang('app.menu.messages')
@endif @endif @foreach ($worksuitePlugins as $item) @if(View::exists(strtolower($item).'::sections.client_left_sidebar')) @include(strtolower($item).'::sections.client_left_sidebar') @endif @endforeach