@extends('layouts.app') @section('title', 'Notification & Automation Management') @section('content')
Kelola notifikasi dan aturan automasi sistem
{{ $rule['description'] }}
| Waktu | Tipe | Penerima | Pesan | Status |
|---|---|---|---|---|
| {{ $notification->created_at->format('d/m/Y H:i') }} | {{ ucfirst($notification->type ?? 'notification') }} | {{ $notification->user->name ?? ($notification->sender->name ?? 'System') }} | {{ \Illuminate\Support\Str::limit($notification->message ?? $notification->title ?? '-', 50) }} | @if($notification->read_at) Read @else Unread @endif |
| Tidak ada notifikasi | ||||