{{-- New-Unity ERP | app/Modules/Admin/Resources/Views/notifications/index.blade.php | v1.1 | 27/07/2026 --}} {{-- v1.1 — Fix: @push → @section (layout usa @yield para scripts, no @stack). --}} {{-- v1.0 — Centro de notificaciones: filtros por tipo/estado/fecha, paginación, mark-as-read. --}} @extends('layouts.vertical') @section('title', 'Notificaciones') @section('content')
Sin notificaciones con los filtros seleccionados.
| Tipo | Título / Mensaje | Fecha | ||
|---|---|---|---|---|
| @if(!$notif->is_read) @endif | {{ $typeLabels[$notif->type] ?? strtoupper($notif->type) }} |
{{ $notif->title }}
{{ $notif->message }}
@if($notif->action_url)
Ver detalle
@endif
|
{{ $notif->created_at->format('d/m/Y H:i') }} {{ $notif->created_at->diffForHumans() }} |
@if(!$notif->is_read) @else Leída @endif |