@extends('install') @section('content')
1

System Requirements Check

We're checking your server environment to ensure ProSchedule can run smoothly.

Installation Progress Step 1 of 4

PHP Extensions

@foreach ($extensions as $label => $satisfied)
{{ $label }}
@if($satisfied) @else @endif
@endforeach

Directory Permissions

@foreach ($directories as $label => $satisfied)
{{ $label }}
@if($satisfied) @else @endif
@endforeach

System Information

{{ phpversion() }}
PHP Version
{{ ini_get('memory_limit') }}
Memory Limit
{{ ini_get('max_execution_time') }}s
Max Execution Time
@if($satisfied)
All requirements are satisfied! You can proceed with the installation.
@else
Some requirements are not met. Please fix the issues above before proceeding.
@endif
Back @if($satisfied) Continue to License @else @endif
@endsection @section('script') @endsection