@extends('layouts.dashboard') @section('title', 'Create Admin') @section('page-title', 'Create Admin') @section('content')
Create New Administrator

Add a new admin account with specified role and permissions

@csrf
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
Minimum 8 characters
@error('password')
{{ $message }}
@enderror
@error('role')
{{ $message }}
@enderror
Admin Role Features:
  • Create and manage users (up to defined limit)
  • View aggregated reports and analytics
  • Masked phone numbers and sensitive data
  • Cannot access system settings
  • Cannot manage other admins
Super Admin Role Features:
  • Full access to all features
  • Create unlimited users
  • View full phone numbers and raw logs
  • Export data (CSV/Excel)
  • Manage system settings
  • Create and manage other admins
Maximum number of users this admin can create
@error('max_users')
{{ $message }}
@enderror
Cancel
@endsection @push('scripts') @endpush