@extends('installer.layout') @section('title', 'Pre-Installation Summary') @section('content')
Step 6 of 8

Pre-Installation Summary

Review your configuration before installation begins.

Application{{ $data['app_name'] ?? 'IZONE Africa × Magic City' }}
URL{{ $data['app_url'] ?? 'http://localhost:8000' }}
Database{{ $data['db_database'] ?? 'N/A' }}
Database Host{{ $data['db_host'] ?? 'localhost' }}:{{ $data['db_port'] ?? '3306' }}
Administrator{{ $data['admin_email'] ?? 'N/A' }}
Timezone{{ $data['app_timezone'] ?? 'Africa/Nairobi' }}
Environment{{ $data['app_env'] ?? 'production' }}
Country{{ $data['country'] ?? 'Kenya' }}
Currency{{ $data['currency'] ?? 'KES' }}
⚠️ This will run database migrations and create the administrator account. Existing data will NOT be overwritten.
← Back
@endsection