@foreach($dte as $d) {{ csrf_field() }}
Historial de envĂ­os de correo
{{ $venta['nombre'] }}@if(!empty($venta['rut'])) {{ $venta['rut'] }}@endif
{{ $d->folio }} {{ $d->dte_tipo_nombre }}
Historial
@foreach($historial as $h)
{{ \FCR::solo_fecha($h->dte_historial_fecha) }}
Realizado por {{ $h->usuario_nombre }} {{ $h->dte_historial_email_para }}
@endforeach
@endforeach