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

Step 1
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


Step 2
Below you should enter your desired admin email.



Step 3
Some basics we need like your project name and link to it.

@endsection