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