@extends('layouts.installer') @section('content') @include('installer/includes/permissions') @if (isset($permissions['errors']) && $permissions['errors'] === true)
You need to fix the requirements in order to continue with the installation.
@else
Next
@endif @endsection