Sistema SOSSYSTEM
Generado el: {{ now()->format('d/m/Y H:i:s') }}
| ID | Título | Tipo | Usuario | Mensaje | Estado | Fecha Creación | Fecha Lectura | URL |
|---|---|---|---|---|---|---|---|---|
| {{ $notificacion->id }} | {{ Str::limit($notificacion->titulo ?? 'N/A', 30) }} | {{ ucfirst($notificacion->tipo ?? 'Sistema') }} | {{ $notificacion->user->name ?? 'Sistema' }} | {{ Str::limit($notificacion->mensaje ?? 'N/A', 50) }} | @if($notificacion->leida) ✓ Leída @else ✗ No Leída @endif | {{ $notificacion->created_at->format('d/m/Y H:i') }} | {{ $notificacion->fecha_lectura ? \Carbon\Carbon::parse($notificacion->fecha_lectura)->format('d/m/Y H:i') : 'N/A' }} | {{ $notificacion->url ?? 'N/A' }} |
| Tipo | Cantidad | Porcentaje |
|---|---|---|
| {{ ucfirst($tipo->tipo ?? 'Sistema') }} | {{ $tipo->total }} | {{ number_format(($tipo->total / $estadisticas['total']) * 100, 1) }}% |
| Período | Cantidad |
|---|---|
| {{ $periodo }} | {{ $cantidad }} |