home home
    @if(isset($activeTimerCount))
  • @lang("modules.projects.activeTimers") @if($activeTimerCount > 0) {{ $activeTimerCount }} @else 0 @endif
  • @endif
  • @if ($company_details->count() > 1)
  • @endif
  • @if(count($user->unreadNotifications) > 0)
    @endif
    • @lang('app.newNotifications') {{ count($user->unreadNotifications) }}
    • @foreach ($user->unreadNotifications as $notification) @if(view()->exists('notifications.client.'.\Illuminate\Support\Str::snake(class_basename($notification->type)))) @include('notifications.client.'.\Illuminate\Support\Str::snake(class_basename($notification->type))) @endif @endforeach @if(count($user->unreadNotifications) > 0)
    • @lang('app.markRead')
    • @endif
home
  • @if(is_null($user->image)) user-img {{ (strlen($user->name) > 24) ? substr(ucwords($user->name), 0, 20).'..' : ucwords($user->name) }} @else user-img {{ 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') @if($unreadProjectCount > 0)
    @endif
  • @endif @if(in_array('products',$modules))
  • @lang('app.menu.products') @if($unreadProjectCount > 0)
    @endif
  • @endif @if(in_array('tickets',$modules))
  • @lang("app.menu.tickets")
  • @endif @if(in_array('invoices',$modules))
  • @lang('app.menu.invoices') @if($unreadInvoiceCount > 0)
    @endif
  • @endif @if(in_array('estimates',$modules))
  • @lang('app.menu.estimates') @if($unreadEstimateCount > 0)
    @endif
  • @endif @if(in_array('payments',$modules))
  • @lang('app.menu.payments') @if($unreadPaymentCount > 0)
    @endif
  • @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') @if($unreadMessageCount > 0){{ $unreadMessageCount }} @endif
  • @endif @endif
@if(is_null($user->image)) user-img @else user-img @endif
  • {{ ucwords($user->name) }}
  • @lang("app.menu.profileSettings")
  • @lang('app.logout')
@if(count($user->unreadNotifications) > 0)
@endif
  • @lang('app.newNotifications') {{ count($user->unreadNotifications) }}
  • @foreach ($user->unreadNotifications as $notification) @if(view()->exists('notifications.client.'.\Illuminate\Support\Str::snake(class_basename($notification->type)))) @include('notifications.client.'.\Illuminate\Support\Str::snake(class_basename($notification->type))) @endif @endforeach
    @if(count($user->unreadNotifications) > 0)
  • @lang('app.markRead')
  • @endif
@lang('app.collapseSidebar')