Notifications

@forelse($notifications as $n) @empty @endforelse
TimeChannelTitleDetailsStatus
{{ $n->created_at }} {{ $n->channel }} {{ $n->title }}
{{ $n->message }}
{{ $n->status }} @if($n->status === 'unread' && $n->user_id === auth()->id())
@csrf
@endif
No notifications yet.
{{ $notifications->links() }}