{{ $package->name }} - Details
@foreach ($package->webinars as $webinar) @endforeach
Course Name Progress
{{ $webinar->title }} @include( 'web.default.panel.organisations.department-training.partials._completion', ['webinar' => $webinar] )
    @if ($package->getWebinarProgress($webinar) < 50)
  • Send Reminder
  • @endif
  • Reset Progress
@foreach ($package->employees as $employee) @endforeach
Employee Name Progress Action
{{ $employee->full_name }} @include( 'web.default.panel.organisations.department-training.partials._completion', ['employee' => $employee] ) @if (true) {{-- ($employee->progress < 50) --}} Send Reminder @endif