یک Event، چند Delivery Channel؛ وضعیت هر کانال جدا ثبت میشود.
| زمان | کاربر | نوع | عنوان | کانالها | وضعیت |
|---|---|---|---|---|---|
| {{ $notification->created_at->format('Y-m-d H:i') }} | {{ $notification->user?->full_name ?: '—' }} | {{ $notification->type }} | {{ \Illuminate\Support\Str::limit($notification->title, 50) }} | @foreach($notification->deliveries as $delivery){{ $delivery->channel }} · {{ $delivery->status }}@endforeach | |
اعلانی ثبت نشده است. | |||||