@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 > 5.6 @if (version_compare(phpversion(), '5.6.10', '>')) @else @endif
max_execution_time @if(ini_get('max_execution_time')) @else @endif
mcrypt_encrypt @if(function_exists('mcrypt_encrypt')) @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
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