Package Name | Branch | Employees | Completion | Courses | Status | |
---|---|---|---|---|---|---|
{{ $package->name }} | {{ $package->organisationName }} | {{-- Student Count --}}{{ $package->enrolledStudentsCount }} | {{-- Completion Percentage --}}@include( 'web.default.panel.organisations.department-training.partials._completion', ['package' => $package] ) | {{-- Courses Count --}}{{ $package->webinars_count }} | {{-- Status --}}@if ($package->status == 'active') Active @else Disabled @endif |
|
Create your first department training package to get started.