Create New Department Training Package

Select Courses to add to the package

@foreach ($webinars as $webinar) {{-- --}} @endforeach
Webinar Title Duration
{{ $webinar->title }} {{ $webinar->creator->name }}{{ $webinar->duration }} Min.

Select employees to assign to the package

@foreach ($employees as $employee) @endforeach
Student Name Email Organisation
{{ $employee->full_name }} {{ $employee->email }} {{ $employee->organisationName }}