@extends('install.layout') @section('title', 'Database Information') @section('content')

{{ __('Database Information') }}

{{ __('Please provide your database connection details to continue the installation.') }}

@csrf
@error('error')
{{ $errors->first('error') }}
@enderror
@endsection