@extends('installer.layout') @section('content')

{{ __('install.title_step_9') }}

@if(session('cron_test_success'))

{{ __('install.cron_test_success') }}

@endif

{{ __('install.cron_heading', ['app_name' => brand()]) }}

{{ __('install.cron_line_label') }}

{{ $cronLine }}

{{ __('install.cron_instructions_heading') }}

  1. {{ __('install.cron_step_1') }}
  2. {{ __('install.cron_step_2') }}
  3. {{ __('install.cron_step_3') }}
@if($cronActive)

{{ __('install.cron_active') }}

@endif
@csrf

{{ __('install.cron_fallback_note', ['app_name' => brand()]) }}

← {{ __('install.btn_back') }}
@csrf {{ __('install.btn_continue') }} →
@endsection