@extends('layouts/pdf') @section('content')

Reporte de Actividad de Envíos: {{ date('d-m-Y') }}

{{--*/ $j=1; /*--}} @foreach($response['entidadRespuesta'] as $value) {{--*/ $j++; /*--}} @endforeach
ID Guía Zoom Fecha Guía Referencia Remitente Estatus Destinatario Rack Aceptó Contrato
{{$j}} {{ $value['codguia'] }} {{ date("d-m-Y", strtotime($value['fecha'])) }} {{ $value['referencia'] }} {{ $value['contactorem'] }} {{ @$value['listestatus']['siglas'] }} {{ $value['destinatario'] }} @if(!empty($value['listrack'])){{ @$value['listrack']['rack'] }}@else {{ '-' }} @endif @if(!empty($value['listcontratocasillero']) && $value['listcontratocasillero'] !=null && $value['listcontratocasillero']['aceptacontrato']==true){{ 'Si' }}@else {{ 'No' }}@endif
@endsection