@extends('layouts.master') @section('title', 'Add User - Prolex Law Firm') @section('content')

Add New User

Create a new user account with appropriate permissions and access levels

1
Basic Info
2
Contact Details
3
Security
4
Permissions
@csrf

Basic Information

Enter the user's basic identification details

Please enter a valid name
@error('name')
{{ $message }}
@enderror
Please enter a valid email address
@error('email')
{{ $message }}
@enderror

Contact Details

Add phone numbers and contact information

Security Settings

Configure authentication and security preferences

Weak Strong
Enter a password to check strength
Please enter a valid password
Passwords do not match
Enable Two-Factor Authentication

Permissions & Access

Define user roles and access levels

@error('role')
{{ $message }}
@enderror
@error('group')
{{ $message }}
@enderror
All fields marked with * are required
Back to Users
@endsection