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

{{ __($pageTitle) }}

@lang('modules.notices.addNotice')
@endsection @push('head-script') @endpush @section('content')
@section('filter-section')
@lang('app.selectDateRange')
 
@endsection
{!! $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') @else @endif {!! $dataTable->scripts() !!} @endpush