@extends('install.layout') @section('content')

Step 4: Create Super-Admin

Create the first admin account for the Admin Command Center.

@if ($errors->any())
@endif
@csrf
cPanel Production Prep: Document Root Fix
If your hosting provider cannot set Document Root to /public, you must move/copy the index.php and other assets to the project root. A helper script is provided at scripts/public_to_root.sh.
@endsection