@extends('layouts.admin') @section('title', 'Notifications') @section('content')
{{ $notification->data['title'] ?? 'Notification' }}
{{ $notification->created_at->diffForHumans() }}
{{ $notification->data['message'] ?? 'You have a new notification.' }}
No notifications yet.