@extends(getTemplate() . '.panel.layouts.panel_layout') @push('styles_top') @endpush @section('content')
@include('web.default.panel.organisations.department-training.partials._overview', [ 'totalPackages' => $totalPackages, 'activePackages' => $activePackages, 'totalEnrolledStudents' => $totalEnrolledStudents, ])
@if (!empty($trainingPackages) && $trainingPackages->isNotEmpty())
@foreach ($trainingPackages as $package) {{-- Package Name --}} {{-- Student Count --}} {{-- Completion Percentage --}} {{-- Courses Count --}} {{-- Status --}} @endforeach
Package Name Branch Employees Completion Courses Status
{{ $package->name }} {{ $package->organisationName }}{{ $package->enrolledStudentsCount }} @include( 'web.default.panel.organisations.department-training.partials._completion', ['package' => $package] ) {{ $package->webinars_count }} @if ($package->status == 'active') Active @else Disabled @endif
@else
No Packages

No Department Training Packages

Create your first department training package to get started.

@endif
{{-- --}}
@endsection @push('scripts_bottom') {{-- --}} @endpush