@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @section('filter-section')

@lang('app.duration')

@lang('app.status')

@lang('app.clearFilters')
@endsection @php $addMeetingPermission = user()->permission('add_zoom_meetings'); @endphp @section('content')
@if ($addMeetingPermission == 'all' || $addMeetingPermission == 'added') @lang('zoom::modules.zoommeeting.addMeeting') @endif
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@endsection @push('scripts') @include('sections.datatable_js') @endpush