@extends('install.layout') @section('title', 'Admin account') @section('step-name', 'Admin account') @section('content')
Step 5 of 8

Admin account.

Your first super-admin login + private workspace. Add teammates later from /admin/users.

@if ($errors->any())
@endif
@csrf
Min. 8 chars · bcrypt-hashed. WaDesk is multi-tenant — one private workspace ships pre-configured; rename it later at /admin/workspaces. Your password is never stored in plain text.
Back
@endsection