@php use App\Http\Controllers\RechazoController; @endphp @extends('layouts.theme_selector') @section('content')
Ingrese el número de póliza para ver las notificaciones enviadas.
# | Estado | Destino | Fecha | Intentos | Notas |
---|---|---|---|---|---|
{{ $i }} | {{ $rechazo->estado }} | {{ $rechazo->destinatario }} | {{ $rechazo->auxFecha }} | {{ $rechazo->intentos }} | {{ $rechazo->auxString }} |
# | Estado | Destino | Fecha | Motivo | Intentos | Notas |
---|---|---|---|---|---|---|
{{ $i }} | {{ $rechazo->estado }} | {{ $rechazo->destinatario }} | {{ $rechazo->auxFecha }} | {{ RechazoController::formatMotivo($rechazo->mensaje) }} | {{ $rechazo->intentos }} | {{ $rechazo->auxString }} |