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

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

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