@extends('layouts/master') @section('header') @endsection @section('content')

Reporte de Actividad

   Ir atras

  • FECHA DESDE: {{date("d-m-Y", strtotime($desde))}}
    FECHA HASTA: {{date("d-m-Y", strtotime($hasta))}}
    TIPO DE ENVIO: {{ $tipoEnv }}
  • @if ((count($response['entidadRespuesta']) > 0) and (!empty($response))) @foreach($response['entidadRespuesta'] as $key => $reporte) {{--*/ $url=config('customs.url_faaszoom', true); /*--}} @php($h++) @endforeach @else @endif
    ID Sel Guía Zoom Fecha Fecha Guía Referencia Remitente Estatus Destinatario Rack Diferencia Extra Aceptó Contrato
    {{--{{$key + 1}}--}} {{--@php(dump(gettype(session('entidadRespuesta.codoficina'))))--}} @if((!empty($reporte['data']) && ($reporte['codestatus']!=66) || (!empty($reporte['listprealert']) && !empty($reporte['listprealert'][0]['nombrearc'])) ) ) @php($i++) @else - @endif @php($k++) {{ $reporte['codguia'] }} {{ date("d-m-Y H:i:s", strtotime($reporte['fecha_aprob_tmp'])) }} {{ date("d-m-Y", strtotime($reporte['fecha'])) }} {{ $reporte['referencia'] }} {{ $reporte['contactorem'] }} @if(!empty($reporte['codestatusaprobtmp']) && $reporte['codestatusaprobtmp'] == 406) {{ @$reporte['listestatusaprotmp']['siglas'] }} @else {{ @$reporte['listestatus']['siglas'] }} @endif {{ $reporte['destinatario'] }} @if(!empty($reporte['listrack'])){{ @$reporte['listrack']['rack'] }}@else {{ '-' }} @endif {{ $reporte['fechado'] }} @if($reporte['impresa']==false){{ 'No impresa' }}@else {{ '-' }}@endif @if(!empty($reporte['listcontratocasillero']) && $reporte['listcontratocasillero'] !=null && $reporte['listcontratocasillero']['aceptacontrato']==true){{ 'Si' }}@else {{ 'No' }}@endif
    No Existen Datos Registrados

    1 día 2 días 3 o más días
    @endsection @section('script') @endsection