@extends('layouts.pwa') @section('title', 'Registrar salida') @section('content') @if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
Revisa lo siguiente:
@endif

{{ $contenedor->contenedor }}

{{ $contenedor->naviera ?: 'Sin naviera' }}
Salida

Estado
{{ $contenedor->estado }}
EIR Salida
{{ $eirSalidaPreview }}
Cliente
{{ $contenedor->cliente ?: '—' }}
{{--
Ubicación
{{ $contenedor->ubicacion_patio ?: '—' }}
--}}
@csrf
{{-- TRANSPORTE --}}
@for($i = 1; $i <= 10; $i++) @endfor Puedes tomar hasta 10 fotos.
Volver
@endsection