@extends('layouts.superadmin') @section('title', 'تفاصيل الإشعار') @section('content')
{{ $notification->title }}
{{ $notification->content }}
{{ $notification->creator->name }}
{{ $notification->created_at->format('Y/m/d H:i') }}
{{ $notification->sent_at->format('Y/m/d H:i') }}
إجمالي المستلمين
تم قراءته
لم يقرأ بعد
معدل القراءة
| العضو | الدور | حالة القراءة | وقت القراءة |
|---|---|---|---|
|
{{ $recipient->user->name }}
{{ $recipient->user->email }}
|
{{ $recipient->user->role_name }} | @if($recipient->read) تم القراءة @else لم يقرأ @endif |
@if($recipient->read_at)
{{ $recipient->read_at->format('Y/m/d') }}
{{ $recipient->read_at->format('H:i') }}
@else
-
@endif
|
لم يتم إرسال هذا الإشعار بعد
هذا الإشعار محفوظ كمسودة ولم يتم إرساله للأعضاء بعد. يمكنك تعديله أو إرساله من خلال الأزرار أعلاه.