@extends('layouts.app') @section('title', 'Active Learners') @section('page-title', 'Active Learners Insight') @section('breadcrumb', 'Insights / Active Learners') @section('content')

Data shown from {{ $from }} to {{ $to }}

Active Learners Comparison

@include('admin.insights.partials.chart', ['chartData' => $chartData])
@endsection