@extends('layouts.master') @section('title', __('exam.exam_schedule')) @section('content_title', __('exam.manage_exam_schedule')) @section('content_summary', 'exam schedule summary') @if (auth()->user()->can('exam.academic_exam_schedule.create')) @section('content_taskbar') @endsection @endif @section('main_content')
{{--
--}}
@include('exam::exam_schedules.partials.exam_schedule_list')
@include('exam::exam_schedules.partials.trash_list')
@endsection @include('partials.js.sweet_alert') @include('partials.js.crud') @include('partials.js.datatable') @include('partials.js.datatable_features') @push('script') @endpush