{{ __('Platform') }}
{{ __('Super Admin') }} {{ __('Platform-wide tooling. Visible only to super-admins.') }}
{{-- Stat cards: courier configured/enabled, accounts, users. --}}
{{ __('Couriers') }}
{{ $this->courierStats['configured'] }} {{ __(':n configured', ['n' => $this->courierStats['configured']]) }}
{{ __(':n enabled / :n total', ['n' => $this->courierStats['enabled'], 'm' => $this->courierStats['total']]) }}
{{ __('Manage couriers →') }}
{{ __('Workspaces') }}
{{ $this->accountStats['accounts'] }}
{{ __('View workspaces →') }}
{{ __('Users') }}
{{ $this->accountStats['users'] }}
{{ __(':n super-admin(s)', ['n' => $this->accountStats['super_admins']]) }}
{{-- Quick links. --}}
{{ __('Platform tools') }} {{ __('Jump to a specific area.') }}