@extends('base') @section('titulo') detalle file @endsection @section('content')
Listado de files
Detalle file
File
{{$file->file_code}}
Fecha de creación
{{date('d/m/Y',strtotime($file->created_at))}}
Vendedor
Informacion del cliente
Nombre del cliente
Dirección
Correo
Registro
Contacto operaciones
NIT
Telefono
Información del servicio
@csrf
BL
@if($servicio->medio == 1)
BL MASTER
@elseif($servicio->medio == 2)
GUIA MASTER
@elseif($servicio->medio == 3)
CARTA DE PORTE
@endif
CONSIGNEE
@if(!($servicio->tipo == "FTL" || $servicio->tipo == "LTL"))
@if ($servicio->tipo == "FCL")
MSC
COSCO – NAVIOMAR
ONE
SEALAND
MSK
HSUD
CMA
OCL
EVERGREEN
HAPAG LLOYD
@elseif ($servicio->tipo == "LCL")
ECU LINE
PIER 17
TLA
SERCOGUA
CARGO INTERNACIONAL
OCEANICA
PCS
@elseif ($servicio->tipo == "AER")
AVIANCA
COPA
DHL
AEROMEXICO
DELTA
AMERIJET
IBERIA
@endif
@else
@endif
TIPO
INCOTERM
Ex-Works (EXW)
Free Carrier (FCA)
Carriage Paid To (CPT))
Carriage and Insurance Paid To (CIP)
Delivered At Place (DAP
Delivered at Place Unloaded (DPU)
Delivered Duty Paid (DDP)
Free Alongside Ship (FAS)
Free On Board (FOB)
Cost and Freight (CFR)
Cost, Insurance, and Freight (CIF)
Delivered duty Unpaid (DDU)
Guardar
CONTENEDORES
Agregar contenedor
@foreach ($containers as $container) @endforeach
Código
Tipo
Eliminar
{{$container->cont_code}}
{{$container->cont_type}}
Proximamente
Otra información
@csrf
Comentario
Notify party
Forwarder Agent
Export reference
Commodity
Say to contain (STC)
Frontera de ingreso
Agencia
Please of Receipt
Port of Loading
Port of Discharge
Place of Delivery
Shipper
Voyage
Seguro
Si
No
OPERATIVO
Operativo 1
Guardar
Agregar Contenedor
@csrf
Codigo:
Contenedor:
20"GP
40"STD
40"HC
45"HQ
40"OT
40"FR
40"RFF
40"NOR
1.5 TON
3 TON
5 TON
8 TON
12 TON
48" FRG
53" FRG
@endsection @section('extrajs') @endsection