@extends('installer.layout') @section('content')

Please make sure the PHP extensions listed below are installed.

@foreach ($requirement->phpExtensions() as $label => $pleased) @endforeach
Extensions Status
{{ $label }}

Please make sure you have set the correct permissions for the directories listed below.

@foreach ($requirement->directoriesPermissions() as $label => $pleased) @endforeach
Directories Status
{{ $label }}
@if($requirement->pleased()) @endif @endsection