@extends('dashboard.user.layouts.app') @section('content')

{{ $title }}

@slot('header') Read All @endslot
@foreach ($notifications as $notification) @endforeach
# Title Message Status Action
{{ $loop->iteration }} {{ $notification->title }} {{ $notification->description }} @if ($notification->read) Read @else Unread @endif View
@endsection