@extends('backend.layouts.app') @section('content')
| {{ translate('Thumbnail') }} | {{ translate('Title & Message') }} | {{ translate('Sent To') }} | {{ translate('Read Status') }} | {{ translate('Date') }} | {{ translate('Action') }} | |
|---|---|---|---|---|---|---|
|
@if($value->thumbnail_image)
🔔
@endif
|
{{ $value->title }}
|
📤 {{ $sentCount }} users |
@if($sentCount > 0)
✅ {{ $readCount }} read
@if($unreadCount > 0)
⏳ {{ $unreadCount }} unread
@endif
{{ $readPct }}% read rate
@else
No data
@endif
|
{{ $value->created_at->format('d M Y') }} {{ $value->created_at->format('h:i A') }} |
||
|
🔔
{{ translate('No notifications sent yet') }} |
||||||