{{$agency_name}}
- Personnel Roster List
Form Auto Holding...
Save
Edit
Part 1 - Personnel Roster
1.
Personnel Roster
First Name
Last Name
Position
Status
Action
@php $roster_cnt = count($roster); $sroster_cnt = ($roster_cnt)?$roster_cnt:0; $roster_cnt = ($roster_cnt)?$roster_cnt:1; @endphp @for($ir1=0;$ir1<$roster_cnt;$ir1++)
Select
PERSONNEL_STATUS) && $roster[$ir1]->PERSONNEL_STATUS=='Faculty')?'selected':''}}> Faculty
PERSONNEL_STATUS) && $roster[$ir1]->PERSONNEL_STATUS=='Adjunct/PTI')?'selected':''}}> Adjunct/PTI
PERSONNEL_STATUS) && $roster[$ir1]->PERSONNEL_STATUS=='Staff')?'selected':''}}> Staff
PERSONNEL_STATUS) && $roster[$ir1]->PERSONNEL_STATUS=='GRA')?'selected':''}}> GRA
GRA_ACTIVE_IND) && $roster[$ir1]->GRA_ACTIVE_IND=='1')?'checked':''}}> Active
@endfor