- Type
- {{ str_replace('_', ' ', $notification->type) }}
- Created
- {{ $notification->created_at->format('M j, Y \a\t g:i A') }}
@if($notification->read_at)
- Read At
- {{ $notification->read_at->format('M j, Y \a\t g:i A') }}
@endif
@if($notification->notifiable_type && $notification->notifiable_id)
- Related To
-
{{ class_basename($notification->notifiable_type) }} #{{ $notification->notifiable_id }}
@endif