@extends('install.layout') @section('title', 'Create Admin Account') @section('content')

Create Admin Account

Create your administrator account to manage the application.

@if($errors->any())
@endif
@csrf
Note: This account will have full administrative privileges including user management, settings, and all system features.
← Back
@endsection