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

Please provide the connection details to your MySQL database:

@if (!is_null($database_error))

Database error: {{ $database_error }}

@endif
{{ csrf_field() }}
@endsection