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

Step 5 – Create Administrator Account

Create the first admin account that you will use to log in to the system.

@csrf
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
← Back
@endsection