@extends('layouts.app') @section('title', 'My Notifications') @section('content')
You have no notifications.
{{-- Prioritize specific titles if available, then generic message --}} {{ $notification->data['tender_title'] ? 'Re: ' . Str::limit($notification->data['tender_title'], 40) : Str::limit($notification->data['message'] ?? 'Notification', 50) }}
{{ $notification->read_at ? 'Read' : 'Unread' }}
{{ $notification->data['message'] ?? 'View details' }}
Received: