@extends('installer.layout') @section('title', 'Database Setup — Quickro POS Installer') @section('content')

Database Configuration

Enter your MySQL database credentials. The installer will verify the connection before continuing. Make sure the database already exists.

@if($errors->any())

Connection failed

@endif
@csrf
@endsection