@extends('layouts.app') @section('title', 'Add New User — HIGHRA CRM') @section('header', 'Add New User') @section('content')
← Back to Users Directory
@if(isset($errors) && $errors->any())
@endif

Register New System User

Create an employee profile, assign security roles, and configure organization hierarchy.

@csrf

1. Basic & Contact Information


2. Organization & Department


3. Security & Access Scopes

Governs visibility across Leads, Pipeline, and Customers.
Cancel
@endsection