@extends('packages/installer::master') @section('template_title', trans('packages/installer::installer.requirements.templateTitle')) @section('container') @foreach ($requirements['requirements'] as $type => $requirement)

{{ ucfirst($type) }} @if ($type === 'php') {{ __('version :version required', ['version' => $phpSupportInfo['minimum']]) }} @endif

@if ($type === 'php')
$phpSupportInfo['supported'], 'text-red-600' => ! $phpSupportInfo['supported']])> {{ $phpSupportInfo['current'] }} $phpSupportInfo['supported'], 'fa-exclamation-circle' => ! $phpSupportInfo['supported']])>
@endif
@endforeach @if (! isset($requirements['errors']) && $phpSupportInfo['supported'])
{{ trans('packages/installer::installer.permissions.next') }}
@endif @endsection