@php $isEdit = $service->exists; $action = $isEdit ? route('admin.services.update', $service) : route('admin.services.store'); $input = 'w-full px-4 py-2.5 bg-surface-container rounded-lg border-none focus:ring-2 focus:ring-primary/20 text-body-md outline-none'; $label = 'block text-label-md font-label-md text-on-surface-variant mb-1.5'; @endphp
@csrf @if($isEdit) @method('PUT') @endif

Service Details

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

Management

These assignments drive who can see this service's compliance.

Cancel