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