@extends('install.layout') @section('title', trans('installer.database_title')) @section('content')

@lang('installer.database_title')

@lang('installer.database_intro')

@if (!is_null($database_error))

Database error: {{ $database_error }}

@endif
{{ csrf_field() }}
@endsection