@extends('layouts.master') @section('title', __('exam.exam_type')) @section('content_title', __('exam.manage_exam_type')) @section('content_summary', 'sub exam summary') @if (auth()->user()->can('exam.academic_exam_types.create')) @section('content_taskbar') @endsection @endif @section('main_content')
{{ __('core.filter') }}
@if (auth()->user()->hasRole('Super Admin'))
@else @endif
{!! $html1->table(['style' => 'width:100%;'], true) !!}
{!! $html2->table(['style' => 'width:100%;'], 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