@foreach($venta as $v) {{ csrf_field() }}
Historial de envĂ­os de correo
{{ $v->usuario_nombre }}@if(!empty($v->rut)) {{ \FCR::num_cl($v->rut).'-'.$v->rut_digito_verificador }}@endif
{{ $v->folio }} {{ $v->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