Fecha inicial: {{ \Carbon\Carbon::parse($fi)->format('d/m/Y') }} Fecha final: {{ \Carbon\Carbon::parse($ff)->format('d/m/Y') }} Estado: {{ ucfirst($estado) }}
| EIR | Fecha de Entrada | Contenedor | Carrier | Booking | Bordero | Bill of Landing | Estado | Sello | {{--Full/Single | --}}Transportista | 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 }} |