@extends('admin.layouts.main') @section('title', 'Notifications') @section('menu', 'Notifications') @section('content')
{{ $notification->data['message'] ?? '' }}
{{ $notification->created_at->diffForHumans() }} @if(!$notification->read_at) @endifNo notifications yet.