@foreach ($history->historial->sortBy('created_at') as $item) @if ($loop->index %2 == 0) @else @endif @endforeach @if ($history->historial->isEmpty()) @endif
Trazabilidad del correo
Fecha (AAA-MM-DD HH:MM:SS) Evento Respuesta
{{ Carbon::parse($item->created_at)->format('Y-m-d H:i:s') }} {{$item->mailgunEvents->nombre}}: {{$item->mailgunEvents->descripcion_publica}} {{ wordwrap((json_encode(json_decode($item->response), JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE)), 100, "\n", true) }}
No hay eventos registrados para este correo.