@extends('layouts.app') @section('content')
{{ $note->data['title'] ?? 'إشعار' }}
{{ $note->data['body'] ?? ($note->data['message'] ?? '') }}
{{ $note->created_at->diffForHumans() }}