{{ $notification->data['title'] ?? 'Account update' }}@unless($notification->read_at)New@endunless
{{ $notification->data['message'] ?? '' }}
{{ $notification->created_at->diffForHumans() }}@if($notification->data['url'] ?? null)View Details@endif@extends('layouts.app') @section('title', 'Notifications') @section('content')
{{ $notification->data['message'] ?? '' }}
{{ $notification->created_at->diffForHumans() }}@if($notification->data['url'] ?? null)View Details@endif