@extends('installer::install') @section('step') @if($errors->any()) @foreach($errors->all() as $error)

{!! $error !!}

@endforeach @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
@if($errors->any()) Try again @else Next step @endif
@endsection