@extends('base') @section('title', 'Carta Porte') @section('extracss') @endsection @section('content')
Formulario para carta porte @if (!$carta_porte->isClosed)
@csrf
Crear Carta Porte
@else
Reporte de Carta Porte
@endif @include('sessions')
@csrf
Embarcador/remitente
{{ $carta_porte->embarcador }}
Nombre del transportista
codigo del transportista
lugar de procedencia
pais de procedencia
consignatario/destinatario
INSTRUCCIONES ESPECIALES PARA MANEJO DEL EMBARQUE
{{ $carta_porte->instrucciones_esp }}
DIRIGIR NOTIFICACIÓN DE LLEGADA A
LUGAR DE CARGA
LUGAR DE DESCARGA DE LA MERCADERIA
ADUANA DE SALIDA
ADUANA DE LLEGADA
No.DE DOCUMENTOS DEL CONDUCTOR LICENCIA Y/O PASAPORTE
NOMBRE DEL CONDUCTOR
LICENCIA DEL CONDUCTOR
PLACA DE VEHICULO
PLACA DE REMOLQUE
@if (!$carta_porte->isClosed)
Guardar
@endif
@csrf
@if (!$carta_porte->isClosed) @endif @foreach ($carta_porte->contenido as $cont) @endforeach
Cantidad de Bultos
Descripcion Mercaderia
Peso Bruto
Valor de Flete
Valor Total
Agregar
{{ $cont->cantidad_bultos }}
{{ $cont->descripcion_merca }}
{{ $cont->peso_bruto }}
{{ $cont->valor_flete }}
{{ $cont->valor_total }}
@endsection