@extends('layouts.cork') @section('title', $title) @section('page-css') @endsection @section('breadcrumb')
@endsection @section('content')
@include('admin.partials.dashboard.total_enrollments')
@include('admin.partials.dashboard.students_without_ssid')
@endsection @push('page-scripts') @endpush