@extends('dashboard.user.layouts.app')
@section('content')
- Title:
- {{ $notification->title }}
- Message:
- {!! $notification->description !!}
- Status:
-
{{ $notification->read->label() }}
- Created At:
- {{ $notification->created_at->diffForHumans() }}
@endsection