@extends('install.install-layout') @section('content')
@include('errors.errors') {!! Form::open(array('url' => URL_UPDATE_INSTALLATATION_DETAILS, 'method' => 'POST', 'name'=>'registrationForm ', 'novalidate'=>'', 'class'=>"loginform", 'id'=>"install_form")) !!}
Requirement Status
PHP Version >= 7.0.0 @if (version_compare(phpversion(), '7.0.0', '>')) @else @endif
max_execution_time @if(ini_get('max_execution_time')) @else @endif
zip @if(extension_loaded('zip')) @else @endif
fileinfo @if(extension_loaded('fileinfo')) @else @endif
openssl @if (extension_loaded('openssl')) @else @endif
mbstring @if(extension_loaded('mbstring')) @else @endif
tokenizer @if(extension_loaded('tokenizer')) @else @endif
allow_url_fopen @if( ini_get('allow_url_fopen') ) @else @endif
@if($isInstallable)
@else

Note: Please install/enable the above requirements to continue...

@endif {!! Form::close() !!}
@stop @section('footer_scripts') @include('common.validations'); @stop