{{-- resources/views/superadmin/notifications-monitor/show.blade.php --}} @extends('layouts.superadmin') @section('title', 'متابعة إشعار #' . $notification->id) @section('page-title', 'متابعة إشعار إداري') @section('content')
{{ $notification->content }}
الإجمالي
{{ $stats['total'] }}
قرؤوا
{{ $stats['read'] }}
لم يقرأوا
{{ $stats['unread'] }}
| العضو | بيانات الاتصال | الحالة | تاريخ الإرسال / القراءة | تذكير |
|---|---|---|---|---|
|
{{ $user?->name ?? 'عضو محذوف' }}
@if($user?->username)
{{ '@' . $user->username }}
@endif
|
@if($user?->email)
{{ $user->email }}
@else
لا يوجد بيانات
@endif
|
@if($recipient->read) مقروء @else غير مقروء @endif |
أُرسل: {{ $recipient->created_at?->format('Y-m-d H:i') }}
@if($recipient->read_at)
قُرئ: {{ $recipient->read_at->format('Y-m-d H:i') }}
@endif
|