@php $statusRoute = 'notification.history.status'; $deleteRoute = 'notification.history.delete'; if (isStudent()) { $statusRoute = 'student.notification.history.status'; $deleteRoute = 'student.notification.history.delete'; } @endphp
{{ 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]) }} |
|