{{ __('readiness.page_title') }}

{{ __('readiness.page_sub') }}

{{-- The one line that matters. Everything below is detail. --}}

@if ($ready) {{ $mode->isTest() ? __('readiness.ready_test') : __('readiness.ready_live') }} @else {{ trans_choice('readiness.not_ready', $blockingCount, ['n' => $blockingCount]) }} @endif

@foreach ($groups as $groupKey => $checks)

{{ __('readiness.group.'.$groupKey) }}

@endforeach