@extends('installer::install') @section('step') @if($errors->any()) @foreach($errors->all() as $error)
{!! $error !!}
Database connection successful
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.
@endsection