@extends('layouts.app') @section('title', 'Create User') @section('page-title', 'Create User') @section('content') Create a new system user and assign their role and account access. {{-- Page Actions --}}
Enter the user's account information, role, and login credentials.
{{ $message }}
The selected role determines the permissions available to this user.
Inactive users should not be allowed to access the system.
Use at least 8 characters with uppercase, lowercase, and numbers.
Access permissions are managed through roles. Assign the appropriate role to this account instead of assigning permissions individually to the user.