@extends('installer.template') @section('title', ($data['status'] == 1) ? 'Installation Complete' : 'Installation Failed') @section('content')

{{ $data['title'] }}


@if($data['status'] == 1)

Before using the application, please navigate to the "Manage" menu and configure all the service and application settings individually. This includes settings for email, payment gateways, Google reCAPTCHA, TinyMCE Free API Key, etc.

Please be aware that if you begin using the application without configuring your settings first, you may encounter error pages. Therefore, please ensure that you set up everything before you start using the application.

For support please send us an email at support@microelephant.io with your purchase code

Email admin@demo.com
Password 123456
Go to Login page @endif
@endsection