@extends('dashboard.admin.layouts.app') @section('content')
| # | Title | Status | Action |
|---|---|---|---|
| {{ $loop->iteration }} | {{ $notification->title }} | {{ $notification->read->label() }} | View |
Message: {{ $notification->description }}
Status: {{ $notification->read->label() }}