@extends('layouts.admin') @section('content')
| Institución | Destinatario | Correo | Asunto | Fecha envío | Fecha respuesta | Contenido | Estado |
|---|---|---|---|---|---|---|---|
| {{ $log->institucion_nombre ?? '' }} | {{ $info->nombres ?? '' }} | {{ $info->destinatario ?? '' }} | {{ $info->asunto ?? '' }} | {{ $log->created_at ?? '' }} | {{ $log->notificacion_updated_at ?? '' }} | {!! html_entity_decode(strip_tags(base64_decode(json_encode($info->contenido ?? '')))) !!} | {{ $log->notificacion_status ?? ($info->envio ?? '') }} |