@extends('layouts.master') @section('title', __('exam.exam_grade')) @section('content_title', __('exam.exam_grade')) @section('content_summary', 'exam grade summary') @if (auth()->user()->can('exam.academic_exam_grades.create')) @section('content_taskbar') @endsection @endif @section('main_content')
{!! $html1->table([], true) !!}
{!! $html2->table([], true) !!}
@endsection @include('partials.js.sweet_alert') @include('partials.js.crud') @include('partials.js.datatable') @include('partials.js.datatable_features') @push('script') {!! $html1->scripts() !!} {!! $html2->scripts() !!} @endpush