@extends('installer::install') @section('step')

Below you should enter your database connection details If you're not sure about these, contact your hosting provider

@if(isset($error))

{!! $error !!}

@endif
@csrf
@endsection