@extends('installer::install') @section('step') @if(isset($error))

{!! $error !!}

@else

Database connection successful

@endif

The installation of the database and the loading of all the basic data of the application will be carried out.

This may take a while, please wait and don't close the page.

@csrf
@endsection