@extends('eliteadmin::layouts.installer') @section('title', 'Installation - Review') @section('content')

Review & Install

Confirm your settings before the application is finalized. A free license key is generated automatically.

Platform Name{{ $state->appName }}
URL{{ $state->appUrl }}
Database{{ $state->dbConnection }} / {{ $state->dbDatabase }}
Company{{ $state->companyName }}
Admin Email{{ $state->adminEmail }}
Admin Phone{{ $state->adminPhone }}
License Key{{ $state->licenseKey }}
Installation ID{{ $state->installationId }}
ActivationActivated
Back
@csrf
@endsection