Notices
Add New

@if(in_array('notice-edit', $authRolePermissions)) @endif @if(in_array('notice-delete', $authRolePermissions)) @endif @php $i=1;@endphp @if(count($notices)>0) @foreach($notices as $key=> $row) {{-- --}} @php $i++; @endphp @endforeach @else @endif
Sl No Notice Title New Status Notice StatusEditDelete
{{++$key}} {{$row->notice_title}} @if($row->new_flag==1) New @endif
Start Date- {{ formatedDate($row->start_date)}}, @if($row->expiry_date) Ex. Date- {{ formatedDate($row->expiry_date)}} @endif
@if(isset($row->priority_status)){{$row->priority_status}}@endif
new_flag=='1' ? 'checked' : ''}}>
status=='1' ? 'checked' : ''}}>
@if(in_array('notice-edit', $authRolePermissions)) @endif @if(in_array('notice-delete', $authRolePermissions)) @endif
No Data Found