@extends('install.layout', ['currentStep' => 4]) @section('title', 'Create Administrator') @section('content')
{{-- ── Step header ── --}}

Create Administrator Account

This creates your first tenant (the operator/company) and its super admin user. You'll use these credentials to log in to the dashboard.

{{-- ── Account creation error ── --}} @error('admin_account')

Could not create account

{{ $message }}

@enderror
@csrf {{-- ── Section: Tenant / Company ── --}}

Tenant (your company / operator)

{{-- Tenant name --}}
@error('tenant_name')

{{ $message }}

@enderror
{{-- Tenant slug --}}
@error('tenant_slug')

{{ $message }}

@enderror

Used as X-Tenant-Slug header for API calls.

{{-- ── Section: Admin user ── --}}

Super Admin User

{{-- Admin name --}}
@error('admin_name')

{{ $message }}

@enderror
{{-- Admin email --}}
@error('admin_email')

{{ $message }}

@enderror
{{-- Password --}}
@error('admin_password')

{{ $message }}

@enderror
{{-- Confirm password --}}
{{-- ── Actions ── --}}
Back
@endsection @push('scripts') @endpush