@extends('layouts.base') @section('title', 'Notifications') @section('content')
| Type | Data | Status | Action |
|---|---|---|---|
| {{ $n->type }} |
@if($n->type === 'user_news')
{{ $n->data['title'] ?? '—' }}
{{ $n->data['message'] ?? '—' }}
@else
{{ json_encode($n->data, JSON_PRETTY_PRINT) }}
@endif
|
@if($n->read_at) Read @else New @endif | @if(! $n->read_at) @else — @endif |