@extends('backend.layouts.app') @section('title', @$data['title']) @section('content')
{{ @$data['title'] }}
@if (hasPermission('notice_list'))
@endif @if (hasPermission('notice_create')) {{ _trans('common.Send SMS') }} @endif
{{ _trans('common.Date') }} {{ _trans('common.Subject') }} {{ _trans('common.Department') }} {{ _trans('common.Description') }} {{ _trans('common.File') }} {{ _trans('common.Action') }}
@endsection @section('script') @include('backend.partials.datatable') @endsection