@extends('dashboard.user.layouts.app') @section('content')
| # | Title | Message | Status | Action |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $notification->title }} | {{ $notification->description }} | @if ($notification->read) Read @else Unread @endif | View |
{{ $notification->title }}
{{-- Message --}}{{ $notification->description }}
{{-- Action --}} View Notification