Care Workers
Assign the care workers based at this service.
@if($careWorkers->isEmpty())
No care workers available.
@else
@foreach($careWorkers as $worker)
@endforeach
@endif
Required Training
Courses that are mandatory at this home. They're assigned automatically to every care worker based here and to the Service Manager.
Org-wide Mandatory courses are always assigned and aren't listed here.
@if($selectableCourses->isEmpty())
No service-specific courses available.
@else
@foreach($selectableCourses as $course)
@endforeach
@endif