Back to Users

Edit User Role

Update role and department assignment for {{ $user->name }}

@if ($errors->any())

Please fix the following errors:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ $user->initials() }}

{{ $user->name }}

{{ $user->email }}

Current Role

{{ ucfirst($user->role) }}

Member Since

{{ $user->created_at->format('M d, Y') }}

@csrf @method('PUT')
@foreach ($roles as $roleOption) @endforeach
@error('role')

{{ $message }}

@enderror

Required for HOD and Employee roles

@error('department_id')

{{ $message }}

@enderror
Cancel

Role Descriptions

Super Admin

Full system access. Can manage all users and roles.

Admin

Upload attestations, manage templates, view all submissions.

HOD

Review and approve employee attestations in their department.

QHSE

Monitor compliance and generate safety reports.

Employee

Submit and manage their own attestation forms.