{{ translate('Title') }} | {{ translate('Message') }} | {{ translate('Date') }} | {{ translate('View Status') }} | {{ translate('Action') }} |
---|---|---|---|---|
{{ $notification?->data['title'] }} |
{!! clean(isset($notification?->data['message']) ? $notification?->data['message'] : '') !!}
|
{{ $notification?->created_at?->diffForHumans(['options' => 0]) }} |
|