@extends('Core/Http/Views/Installer/app.blade.php') @section('title') {{ __('install.2.title') }} @endsection @push('header') @at('Core/Http/Views/Installer/assets/styles/pages/second.scss') @endpush @push('content')

{{ __('install.2.card_head') }}

{{ __('install.2.card_head_desc') }}

@t('install.2.other')
@t('install.2.php_exts')
@if ($reqs['opcache_enabled']['required']) @else @endif
{{ $reqs['opcache_enabled']['required'] ? __('install.2.all_good') : __('install.2.may_unstable') }}

OPCache: {{ $reqs['opcache_enabled']['current'] ? __('install.on') : __('install.off') }}

@foreach ($exts['list'] as $key => $ext)
@if ($ext['type'] === 'loaded') @elseif($ext['type'] === 'recommended') @else @endif
@if ($ext['type'] === 'loaded') @t('install.2.all_good') @elseif($ext['type'] === 'recommended') @t('install.2.may_installed') @else @t('install.2.need_to_install') @endif

{{ $key }}

@endforeach
@btnInst([ 'text' => $reqs['php_version']['required'] && $exts['bad'] === 0 ? __('install.next') : __('install.2.req_not_completed'), 'disabled' => !($reqs['php_version']['required'] && $exts['bad'] === 0), 'id' => 'continue', ])
@endpush @push('footer') @at('Core/Http/Views/Installer/assets/js/second.js') @endpush