@extends('vendor.installer.layouts.master')
@section('template_title')
{{ trans('installer_messages.environment.menu.templateTitle') }}
@endsection
@section('title')
{{ trans('installer_messages.requirements.title') }}
@endsection
@section('style')
@endsection
@section('container')
@if(! $dbSupportInfo['current'])
-
DB
-
Version {{ $dbSupportInfo['minimum'] }} required
-
{{ $dbSupportInfo['driver'] }}
@else
-
DB
(Driver {{ $dbSupportInfo['driver'] }})
{{ $dbSupportInfo['current'] }}
-
Version {{ $dbSupportInfo['minimum'] }} required
@endif
@if ($dbSupportInfo['supported'])
@endif
@endsection
@section('scripts')
@endsection