Top-level
HOD Dept head
Reporting path
My team
Drag background to pan · Scroll to zoom area
Search and select managers with Select2. Changes affect requisition email routing immediately.
| Staff member | Reports to | Department | |
|---|---|---|---|
|
{{ $user->name }}
{{ $user->primaryRoleName() }}
|
|||
Set the department head (HOD) and ministry supervisor for final requisition approval. Senior approval goes to the HOD's line manager when configured, otherwise the ministry supervisor.
@foreach($allDepartments as $department)
@php
$seniorMeta = $departmentSeniorMeta[$department->id] ?? null;
@endphp
@endforeach