# | Title | Notification Type | Type | User | Is Read | Reply Count | Created at | Updated at | Created by | Action | |
---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ "#".$notification->id }} | {{ Str::limit($notification->title, 50) }} | {{ @$notification->notification_type->module_name }} |
{{ ucwords($notification->type) }}
|
{{ @$notification->to_user->email }} | @if(isset($notification->to_user) && !empty($notification->to_user)) {{ ($notification->is_read == 0) ? "No" : "Yes" }} @else View @endif | @if($notification->is_prompt == 1) {{ $replyCnt }} @else - @endif | {{formatDate($notification->created_at,"dt","default")}} | {{formatDate($notification->updated_at,"dt","default")}} | {{$notification->from_user->firstname.' '.$notification->from_user->lastname }} | Actions |