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

Step 5 — Admin account

Create the first tenant and admin user (password hashed with Argon2).

@csrf
Back
@endsection