• {{ trans_choice('header.notifications.counter', $notifications, ['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') }}
  • @permission('read-install-updates')
  • @if ($updates) {{ $updates }} @endif
  • @endpermission
  • @if (!empty($user->name)) {{ $user->name }} @endif
    {{ trans('general.welcome') }}
    {{ trans('auth.profile') }}
    {{ trans('auth.logout') }}