Administration
Admin Users And Roles
Create admin accounts and assign access roles.
{{ session('status') }}
@endif
@if ($errors->any())
Please correct the highlighted admin account details.
@endif
Create New Admin
Available Roles
@foreach ($roles as $role => $description)
@endforeach
{{ $role }}
{{ $description }}
Admin Accounts
| Name | Username | Role | Status | Created | Action |
|---|---|---|---|---|---|
| Default Super Admin | admin | Super Admin | Active | Built in | Protected |
| {{ $admin['name'] ?? 'Not provided' }} {{ $admin['email'] ?? 'Not provided' }} | {{ $admin['username'] ?? '-' }} | {{ $admin['role'] ?? 'Support Admin' }} | @php $status = $admin['status'] ?? 'Active'; @endphp {{ $status }} | {{ $admin['created_at'] ?? '-' }} | |
| No extra admin accounts have been created yet. | |||||