@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')
PHP: {{ $reqs['php_version']['current'] }}
OPCache: {{ $reqs['opcache_enabled']['current'] ? __('install.on') : __('install.off') }}
{{ $key }}