{{csrf_field()}}
Notificación
Crear notificación
@if ($errors->has('receptores_notificacion'))
{{ $errors->first('receptores_notificacion') }}
@endif
Historial de notificaciones
@forelse ($historial_notificaciones_linea_pruebas as $notificacion_historial) @empty @endforelse
Creado Tipo Mensaje Generado por Receptor(es) Estatus Acciones
{{ $notificacion_historial['creado'] }} {{ $notificacion_historial['tipo'] }} {{ $notificacion_historial['mensaje'] }} {{ $notificacion_historial['generado_por'] }} {{-- Cobranza y Facturación se abrevian como "Todos" en este historial. --}} @if ($notificacion_historial['abreviar_destinatarios']) Todos @else @forelse ($notificacion_historial['receptores'] as $receptor)
{{ $receptor['nombre'] }} {{ $receptor['revisado'] ? 'Revisado' : 'Pendiente' }}
@empty Sin destinatarios registrados @endforelse @endif
{{ $notificacion_historial['estatus'] }} @if ($notificacion_historial['url']) Ver detalle @else Sin acciones @endif
No existen notificaciones relacionadas con esta programación.