@extends('installer::install')
@section('step')
Checking the server requirements
PHP Version
(>={{ config('installer.php') }})
@if($checks['php'])
@else
@endif
PDO
@if($checks['pdo'])
@else
@endif
Mbstring
@if($checks['mbstring'])
@else
@endif
Fileinfo
@if($checks['fileinfo'])
@else
@endif
OpenSSL
@if($checks['openssl'])
@else
@endif
Tokenizer
@if($checks['tokenizer'])
@else
@endif
Json
@if($checks['json'])
@else
@endif
Curl
@if($checks['curl'])
@else
@endif
@endsection