@extends('layouts.admin') @section('page_title', 'Salidas') @section('content_header')
| ID | Contenedor | Booking | Costo Maniobra | Sello | Naviera | Cliente | Fecha salida | Operación | Estado | EIR | Acciones |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->contenedor }} | {{ $item->booking }} | {{ $item->costo_maniobra ?? 'N/D' }} | {{ $item->sello }} | {{ $item->naviera }} | {{ $item->cliente }} |
{{ optional($item->fecha_salida)->format('d/m/Y') }}
@if($item->hora_salida)
{{ $item->hora_salida }}
@endif
|
Transportista
{{ $item->transportista->nombre ?? '-' }}
Operador
{{ $item->operador ?: '-' }}
|
@if($item->estado === 'SALIO') SALIO @elseif($item->estado === 'CON_INCIDENCIA') CON INCIDENCIA @elseif($item->estado === 'EN_PATIO') EN PATIO @else {{ $item->estado }} @endif | @if($item->eir_salida) GENERADO @else PENDIENTE @endif |
|
| No hay salidas registradas | |||||||||||