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

Please verify purchase code in Previous step

Verify Purchase Code
@else @if ($errors->any()) @foreach ($errors->all() as $error)

{!! $error !!}

@endforeach @else

Migrations loaded successfully

@endif

The encryption keys of the application and the api connection must be generated.

The storage link will also be generated.

@csrf
@if ($errors->any()) Try again @else Next step @endif
@endif @endsection