{{$package->name}} - Edit
@csrf @method('PUT')
@if($hasUnauthorizedEmployees)
You cannot modify courses in this training package because it contains employees from other departments.
@endif

Select Courses to add to the package

@foreach ($webinars as $webinar) @endforeach
Webinar Title Duration
id, $selectedWebinars ?? []) ? 'checked' : '' }} />
{{ $webinar->title }} {{ $webinar->duration }} Min.

Select employees to assign to the package

@foreach ($employees as $employee) @endforeach
Student Name Email Organisation
id, $selectedEmployees ?? []) ? 'checked' : '' }} />
{{ $employee->full_name }} {{ $employee->email }} {{ $employee->organisationName }}