@if(empty($notification->to_user)) @canany(['compliance-list'])

Read Count: {{$readNotificationCount}} / {{$totalNotificationCount}}

@endcanany @endif
{!! $notification->description !!}
@if(isset($notification->notification_type->module_name)) {{ @$notification->notification_type->module_name }} @endif
@if($notification->attachment)
@endif
@if($notification->is_prompt)

Chat

@foreach($notificationThreads as $reply) @php $user = $reply->from_user; @endphp
{{ $user->firstname.' '.$user->lastname }}
{{formatDate($reply->created_at,"dt","default")}}
{!! $reply->description !!}
@if($reply->attachment) @endif
@endforeach
@endif @push('scripts') @endpush