@extends('layouts.app') @section('content')
@csrf

Schedule Settings

When representatives can start taking this session.

When access closes for representatives.

@forelse($users as $user)
id, $assignedUserIds) ? 'checked' : '' }} style="width: 18px; height: 18px; accent-color: var(--accent); cursor: pointer;">
@empty
No sales users found in system.
@endforelse
@if($training->isAiAvatar())
Note: Submitting this assignment will queue background AI dialogue script generation for the selected representatives.
@endif
@push('scripts') @endpush @endsection