@extends('page.user-dashboard.app') @section('content_dash')

{{__('dashboard.notification.details_title')}}

{{ $notification->title }}

{{ $notification->created_at->diffForHumans() }}
{!! $notification->message !!}
@endsection