@extends('install.layout') @section('content')

Database Configuration

Enter your MySQL database credentials from your cPanel account.

@if($errors->any())
@endif
@csrf
Create this database in cPanel → MySQL Databases first.
Leave blank only if your database user has no password (not recommended).
← Back
@endsection