@extends('installer.layout') @section('title', 'Install') @section('subtitle', 'Ready to install your application') @section('content')

Ready to Install

The installer has collected all the necessary information. Please review the details below before proceeding with the installation.

Installation Summary

Application Name
{{ session('app_name') }}
Application URL
{{ session('app_url') }}
Database Host
{{ session('db_host') }}:{{ session('db_port') }}
Database Name
{{ session('db_database') }}
Database User
{{ session('db_username') }}
License Key
{{ substr(session('license_key'), 0, 8) }}••••••••

Click "Install Now" to finalize the installation. This process will:

Warning: This process may take several minutes to complete. Please do not close this window or refresh the page during the installation.

@csrf @endsection @section('footer') Back
@endsection @section('scripts') @endsection