@extends('layouts.admin') @php $title = 'Inventario'; $headerTitle = 'Inventario'; $headerSubtitle = 'Contenedores actualmente en patio'; @endphp @section('page_title', 'Inventario') @section('admin_content')
| ID | Contenedor | Lleno/Vacío | Maniobra | Forma de Pago | Naviera | Cliente | Entrada | Días en patio | {{--Ubicación | --}}Estado | Acciones |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->contenedor }} | {{ $item->full_empty }} | {{ $item->maniobra }} | {{ $item->forma_pago }} | {{ $item->naviera }} | {{ $item->cliente }} |
{{ optional($item->fecha_entrada)->format('d/m/Y') }}
@if($item->hora_entrada)
{{ $item->hora_entrada }}
@endif
|
{{ $item->fecha_entrada ? \Carbon\Carbon::parse($item->fecha_entrada)->diffInDays(now()) : 0 }} | {{--{{ $item->ubicacion_patio ?: '-' }} | --}}@if($item->estado === 'EN_PATIO') EN PATIO @elseif($item->estado === 'CON_INCIDENCIA') CON INCIDENCIA @else {{ $item->estado }} @endif |
|
| No hay contenedores en patio | |||||||||||