@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') }}
- {{ __('install.cron_step_1') }}
- {{ __('install.cron_step_2') }}
- {{ __('install.cron_step_3') }}
@if($cronActive)
{{ __('install.cron_active') }}
@endif
{{ __('install.cron_fallback_note', ['app_name' => brand()]) }}
@endsection