@extends('backEnd.master') @section('title') @lang('academics.class_routine') @endsection @section('mainContent') Class Routine @lang('common.dashboard') @lang('academics.class_routine') @include('backEnd.studentPanel._class_routine_content', ['sm_weekends' => $sm_weekends, 'records' => $records, 'routineDashboard' => $routineDashboard = false]) @endsection @include('backEnd.partials.data_table_js')