@extends('layouts.admin') @section('title', 'Notifications') @section('page-title', 'Notifications') @section('page-subtitle', 'View and manage your notifications') @section('content')
{{ $notification->data['message'] ?? 'Notification' }}
{{ $notification->created_at->diffForHumans() }}
No notifications