@extends('layouts.master') @section('title', __('exam.eduself_manage_sub_exam_title')) @section('content_title', __('exam.manage_sub_exam')) @section('content_summary', 'sub exam summary') @if(auth()->user()->can("exam.sub_exam.create")) @section('content_taskbar') @endsection @endif @section('main_content')
@if (auth()->user()->hasRole('Super Admin'))
{{ __('core.filter') }}
@else @endif
{!! $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