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

Database Configuration

Enter your database credentials. Make sure the database already exists.

@if($errors->any())
@foreach($errors->all() as $error) {{ $error }} @endforeach
@endif
@csrf
← Back
@endsection @section('scripts') @endsection