{{ __('Couriers') }}
{{ $this->courierStats['configured'] }}
{{ __(':n configured', ['n' => $this->courierStats['configured']]) }}
{{ __(':n enabled / :n total', ['n' => $this->courierStats['enabled'], 'm' => $this->courierStats['total']]) }}
{{ __('Manage couriers →') }}
{{ __('Users') }}
{{ $this->accountStats['users'] }}
{{ __(':n super-admin(s)', ['n' => $this->accountStats['super_admins']]) }}