@extends('installer::install') @section('step') @if (empty(EnvSet::getValue('APPSECRET')))

Please verify purchase code in Previous step

Verify Purchase Code
@else

Click the link below and follow the steps to create a backup of your database. ( Follow this documentation )

@if ($errors->any()) @foreach ($errors->all() as $error)

{!! $error !!}

@endforeach @endif
@csrf
Database host
Database port
Database name
Database user
Database password
Database prefix
Next step
@endif @endsection