{{-- Assign Sessions — Service Manager books their team (Care Workers) onto sessions. From TeamSessionController@index: $sessions, $teamCount --}} @extends('layouts.app') @section('title', 'Assign Sessions') @section('content') @include('partials.flash')
Book your team of {{ $teamCount }} care {{ Str::plural('worker', $teamCount) }} onto upcoming sessions.
No upcoming sessions
New training dates will appear here once scheduled.
| Session | Date & Time | Format | Team Booked | Action |
|---|---|---|---|---|
| {{ $session->title }} | {{ $session->session_date->format('j M Y') }} · {{ \Carbon\Carbon::parse($session->start_time)->format('H:i') }} | {{ $session->format === 'in_person' ? 'In-Person' : 'Online' }} | {{ $session->team_registered_count }} / {{ $teamCount }} | how_to_reg Manage |