@extends('layouts.app') @section('page-title')

@lang($pageTitle)

@lang('modules.notices.addNotice')
@endsection @push('head-script') @endpush @section('filter-section')
@lang('app.selectDateRange')
@lang('app.to')
@endsection @section('content')
{!! $dataTable->table(['class' => 'table table-bordered table-hover toggle-circle default footable-loaded footable']) !!}
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @if($global->locale == 'en') @elseif($global->locale == 'br') @else @endif {!! $dataTable->scripts() !!} @endpush