@extends('layouts.app') @section('content')
| ID | Type | Notifiable Type | Notifiable ID | Data | Read At | Created At | Actions |
|---|---|---|---|---|---|---|---|
| {{ $notification->id }} | {{ $notification->type }} | {{ $notification->notifiable_type }} | {{ $notification->notifiable_id }} |
{{ json_encode($notification->data, JSON_PRETTY_PRINT) }}
|
{{ $notification->read_at ? $notification->read_at->format('Y-m-d H:i:s') : 'Unread' }} | {{ $notification->created_at->format('Y-m-d H:i:s') }} | Edit View |