@extends('dashboard.user.layouts.app')
@section('content')
@slot('header')
{{ $title }}
@endslot
- Title:
- {{ $notification->title }}
- Message:
- {{ $notification->description }}
- Status:
-
@if ($notification->read)
Read
@else
Unread
@endif
- Date:
- {{ $notification->created_at->diffForHumans() }}
@endsection