@extends(getTemplate() . '.panel.layouts.panel_layout') @push('styles_top') @endpush @section('content') @include( 'web.default.panel.reports.department-wise.partials._overview', compact('totalEmployees', 'totalCourses', 'totalPackages'))
@if (!empty($departmentStats) && $departmentStats->isNotEmpty())

Department Statistics

@else
No Packages

No Statistics Found

Completion statistics will be visible here once trainingg has been assigned.

@endif
@endsection @push('scripts_bottom') @endpush