@extends('install.layout') @section('title', __('Database')) @section('step-name', __('Database')) @section('content')

{{ __('Database') }} {{ __('Configuration.') }}

{{ __('Configure your database connection.') }}

@if (session('error'))
{{ session('error') }}
@endif
{{-- Driver Selection --}}
MySQL
{{-- MySQL Fields --}}
{{-- Host + Port side by side --}}
{{-- Database Name --}}
{{-- Username + Password side by side --}}
{{-- Test Connection --}}
{{-- Navigation --}}
{{ __('Back') }}
@csrf
@endsection