@extends('layouts.master') @section('title', __('exam.eduself_manage_exam_title')) @section('content_title', __('exam.manage_exam')) @section('content_summary', __('exam.exam_summary')) @if (auth()->user()->can('exam.academic_exams.create')) @section('content_taskbar') @endsection @endif @section('main_content')
@if (auth()->user()->hasRole('Super Admin'))
{{ __('core.filter') }}
@else @endif
{!! $html->table([], true) !!} {{-- @include('exam::exams.partials.exam_list') --}}
@if (auth()->user()->can('exams.trash_view'))
{!! $html2->table([], true) !!} {{-- {!! $html->table() !!} --}} {{-- @include('exam::exams.partials.trash_list') --}}
@endif
@endsection @include('partials.js.sweet_alert') @include('partials.js.crud') @include('partials.js.datatable') @include('partials.js.datatable_features') @push('script') {!! $html->scripts() !!} {!! $html2->scripts() !!} @endpush