@extends('layouts.setup') @section('content')
@lang('setup.database_configuration')

@lang('setup.database.intro')

@include('partials.alerts')
@csrf
@if ($errors->has('db_host')) @endif
@if ($errors->has('db_port')) @endif
@if ($errors->has('db_name')) @endif
@if ($errors->has('db_user')) @endif
@if ($errors->has('db_password')) @endif
@if(session('data_present', false))
@endif

@lang('setup.database.complete_hint')

@endsection