@php $editPermission = user()->permission('edit_notice'); $deletePermission = user()->permission('delete_notice'); @endphp
{{$notice->to == 'employee' ? __('app.employee') : __('app.client')}}
@if ($notice->to == 'employee' && count($noticeEmployees) > 0)
@foreach ($noticeEmployees as $emp)
@lang('app.readBy')
@if (count($readMembers) > 0)
@foreach ($readMembers as $item)
@if($notice->to == 'employee')
@lang('app.file')