@extends('layouts.app') @section('content')

CREATE NEW USER ACCOUNT

1
PERSONAL INFORMATION
2
ADMINISTRATIVE
3
LOCATION & ORGANIZATION
@if ($errors->any())
Please fix the following errors:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
PERSONAL INFORMATION

Enter the user's basic personal details

Please enter a valid name
✓ Valid name entered
Please enter a valid email
✓ Valid email address
Phone must start with 255 and be 12 digits
✓ Valid phone number
Please select a rank
✓ Rank selected
ADMINISTRATIVE INFORMATION

Set user roles, permissions and status

Please select status
✓ Status selected
Please select a role
✓ Role assigned
Please enter designation
✓ Valid designation
LOCATION & ORGANIZATION

Assign user to organizational units and locations

Please select a region
✓ Region selected
Please select a district
✓ District selected
Please select a branch
✓ Branch selected
Please select a command
✓ Command selected
Please select a department
✓ Department selected
@endsection