@php $info = $this->getQueueInfo(); @endphp

{{ __('filament/queue_settings.queue_configuration') }}

{{ __('filament/queue_settings.connection') }}
{{ $info['connection'] }}
{{ __('filament/queue_settings.driver') }}
{{ $info['driver'] }}
@if($info['horizon_installed'])

{{ __('filament/queue_settings.horizon_lede') }}

{{ __('filament/queue_settings.horizon_open_dashboard') }}
@endif
{{-- Background workers are an infrastructure concern handled by the service operator (the person who installed LeadHub on the server). Tenant admins don't configure cron — this page is informational only, showing whether the service's queue layer is healthy. --}}

{{ __('filament/queue_settings.operator_notice_title') }}

{{ __('filament/queue_settings.operator_notice_body') }}