@if (userPermission('notice-board'))

@lang('communicate.notice_board')

@php $role_id = Auth()->user()->role_id; @endphp @if (isset($totalNotices)) @foreach ($totalNotices as $notice) @endforeach @endif
@lang('common.date') @lang('dashboard.title') @lang('common.actions')
@if ($notice->publish_on){{ dateConvert($notice->publish_on) }} @endif {{ $notice->notice_title }}
@endif