@extends('layouts.v2.frontend-user-backend') @section('content')
{{ $notification->data['content'] }}
{{ $notification->data['content'] }}
| Title | Content | Status | Action |
|---|---|---|---|
| {{ $notification->data['title'] }} | {{ $notification->data['content'] }} | {{ $notification->read_at ? 'Read' : 'Unread' }} | @if (!$notification->read_at) @else @endif |
| No notifications available. | |||