{{ $user->is_approver ? 'Yes' : 'No' }}
@if($user->is_approver)
Can approve and reject all requests (final decision authority)
@if($user->unit_id == 6)
Auto-assigned (Finance unit)
@endif
@else
Can only reject and approve & escalate requests
@endif
PMO Status
{{ $user->isPMO() ? 'Yes' : 'No' }}
@if($user->isPMO())
Special workflow rules for project requests
@else
Standard workflow rules apply
@endif
Approver Role
@if($user->unit_id == 6)
Finance Unit Auto-Assignment: Users in Finance unit are automatically assigned Approver role and cannot have it removed through this form.
To change this user's approver status, first change their unit in the section above.
@endif
Access Control Permissions
{{-- Admin Control Privileges System --}}
Admin Control Privileges
Admin Control System: Grant users elevated privileges for system-wide request management. Choose the appropriate control level based on the user's responsibilities and role requirements.