{{ $company->company_name }} {{ $company->company_name }} {{ str_limit($company->company_name, 15) }}
Toggle navigation
  • @if ($notifications) {{ $notifications }} @endif
    • {{ trans_choice('header.notifications.counter', $notifications, ['count' => $notifications]) }}
      • @if (count($invoices))
      • {{ trans_choice('header.notifications.overdue_invoices', count($invoices), ['count' => count($invoices)]) }}
      • @endif
    • {{ trans('header.notifications.view_all') }}
    • {{ trans('header.change_language') }}
    • {!! language()->flags() !!}
  • @if ($user->picture) User Image @else @endif @if (!empty($user->name)) {{ $user->name }} @endif
    • @if ($user->picture) User Image @else @endif

      @if (!empty($user->name)) {{ $user->name }} @endif {{ trans('header.last_login', ['time' => $user->last_logged_in_at]) }}

    • @permission('update-customers-profile')
      {{ trans('auth.profile') }}
      @endpermission
      {{ trans('auth.logout') }}