Welcome
Requirements
Environment
Database
5
Admin

Create Administrator Account

ℹ️
Important

This account will have full access to the application. Use a strong password.

@if ($errors->any())
⚠️
Validation Errors
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Your full name or admin title
You'll use this to login to the application
Your contact phone number
Minimum 8 characters. Use a strong password with uppercase, lowercase, and numbers.
Must match the password above

💡 Tip: Save your admin credentials in a secure location. You'll need them to login after installation completes.

← Back