Contenedor:
{{ $contenedor->contenedor }}
{{--
Booking:
{{ $contenedor->booking ?: '—' }}
--}}
Estado:
@if($contenedor->estado === 'EN_PATIO')
EN PATIO
@elseif($contenedor->estado === 'CON_INCIDENCIA')
CON INCIDENCIA
@elseif($contenedor->estado === 'SALIO')
SALIO
@else
{{ $contenedor->estado }}
@endif
EIR Entrada:
{{ $contenedor->eir_entrada ?: '—' }}