@extends('installer.layout') @section('title', 'Requirements') @section('subtitle', 'Checking system requirements') @section('content')

System Requirements

We're checking if your server meets the following requirements needed to run the application:

@if(!$allPassed)
Some requirements failed!

Please fix the failed requirements before continuing with the installation.

@else
Great!

Your system meets all the requirements. You can proceed to the next step.

@endif @endsection @section('footer') Back @if($allPassed) Next @else @endif @endsection