@extends('layouts.master') @section('title', __('exam.exam_room_schedules')) @section('content_title', __('exam.manage_exam_room_schedules')) @section('content_summary', 'exam_room_schedules summary') @section('content_taskbar') @endsection @section('main_content')
{!! $html1->table([], true) !!}
@if (auth()->user()->can('exam.academic_exam_room_schedule.trash_view'))
{!! $html2->table([], true) !!}
@endif
@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