@extends('layouts.admin') @section('title', 'الإشعارات') @section('content')
إدارة وإرسال الإشعارات للمستخدمين
| العنوان | المحتوى | النوع | التاريخ |
|---|---|---|---|
|
{{ $notification->title_ar ?? 'N/A' }}
{{ $notification->title_en ?? 'N/A' }}
|
{{ Str::limit($notification->body_ar ?? 'N/A', 50) }}
{{ Str::limit($notification->body_en ?? 'N/A', 50) }}
|
@if($notification->type == 'all') للجميع @else محدد @endif | {{ \Carbon\Carbon::parse($notification->createdAt)->format('Y-m-d H:i') }} |
|
لا توجد إشعارات |
|||