@foreach (auth()->user()->unreadNotifications as $notification)
{{ $notification->created_at }}
{{ $notification->data['title'] }}
{{ $notification->data['body'] }}
@endforeach