@push('scripts')
@include('sections.datatable_css')
@endpush
@php
$addPermission = user()->permission('add_policy');
@endphp
@section('content')
@if (!$policy->trashed() && (user()->is_admin || $addPermission == 'all') && $policy->status == 'published')
@lang('app.send') @lang('policy::app.reminder')
@endif
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@endsection
@push('scripts')
@include('sections.datatable_js')
@endpush