@extends('installer.layouts.InstallerMaster') @section('template_title') {{ trans('Step 1 | Server Requirements') }} @endsection @section('title') {{ trans('Server Requirements') }} @endsection @section('container') @foreach($requirements['requirements'] as $type => $requirement) @endforeach @if ( ! isset($requirements['errors']) && $phpSupportInfo['supported'] )
{{ trans('Check Permissions') }}
@endif @endsection