On Boarding
Assign Item
{{ session('success') }}
@endif
| Staff | Pending Items | Status | Actions | ||||
|---|---|---|---|---|---|---|---|
| {{ $r->first_name ?? '-' }} {{ $r->last_name ?? '-' }} | {{ $r->pending_count }} | @if($r->pending_count > 0) Pending @else - @endif | @if($r->staffItems->count() > 0) Trigger On-Boarding @else Assign Items @endif | ||||
| No records found. | |||||||