@extends('admin.layouts.master') @section('title', 'الإشعارات') @section('page_title', 'كل الإشعارات') @section('breadcrumbs')
لا توجد إشعارات.
@else| الحالة | الإشعار | الوقت | |
|---|---|---|---|
| @if($n->read_at)مقروء @elseجديد@endif |
{{ $n->data['title'] ?? 'إشعار' }} {{ $n->data['body'] ?? '' }} @if(!empty($n->data['url'])) عرض @endif |
{{ $n->created_at?->diffForHumans() }} |