芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/resources/views/notices/index.blade.php
@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @section('filter-section')
@lang('app.duration')
@lang('app.clearFilters')
@endsection @php $addNoticePermission = user()->permission('add_notice'); @endphp @section('content')
@if ($addNoticePermission == 'all' || $addNoticePermission == 'added')
@lang('modules.notices.addNotice')
@endif
@if (!in_array('client', user_roles()))
@lang('app.selectAction')
@lang('app.delete')
@endif
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@endsection @push('scripts') @include('sections.datatable_js') @endpush