{{-- ENCABEZADO CON LOGOS Y TÍTULO --}}
Logo Izquierdo

TRANSPORTESMATEO.SITE

REPORTE DE CONTENEDORES

Logo Derecho
{{-- DATOS DE FILTRO --}}

Fecha inicial: {{ \Carbon\Carbon::parse($fi)->format('d/m/Y') }}    Fecha final: {{ \Carbon\Carbon::parse($ff)->format('d/m/Y') }}    Estado: {{ ucfirst($estado) }}

{{-- TABLA DE DATOS --}} {{-- --}} @foreach($data as $item) {{-- --}} @endforeach
EIR Fecha de Entrada Contenedor Carrier Booking Bordero Bill of Landing Estado SelloFull/SingleTransportista Peso Contenedor Naviera TCNGY Descripción
{{ $item->e_eir }} {{ $item->e_fecha_entrada ? \Carbon\Carbon::parse($item->e_fecha_entrada)->format('d/m/Y') : '' }} {{ $item->e_hora_entrada }} {{ $item->e_contenedor }} {{ $item->e_carrier }} {{ $item->e_booking }} {{ $item->e_bordero }} {{ $item->e_bill_of_landing }} {{ $item->estado_real }} {{ $item->e_sello }}{{ $item->e_full_single }}{{ $item->e_transportista }} {{ $item->e_peso_contenedor }} {{ $item->e_naviera }} {{ $item->e_tcngy }} {{ $item->i_description }}
{{-- PIE DE PÁGINA --}}