@extends('layouts.main') @section("content") @endsection @section("components_declarations") @include("shippers.shipper_form") @include("carriers.carrier_form") @include("vessels.vessel_form") {{__("Edit ECTN")}} @if(isset($type) && $type == "export") {{__("New ECTN Export")}} @else {{__("New ECTN Import")}} @endif {{__("Shipper and Receiver")}} @{{data.item.name}} @{{data.item.address}} @{{data.item.name}} @{{data.item.address}} add @{{data.item.name}} @{{data.item.address}} @{{data.item.name}} @{{data.item.address}} add @{{data.item.name}} @{{data.item.address}} @{{data.item.name}} @{{data.item.address}} add {{__("Continue")}} {{__("Shipment Details")}} @{{data.item.name}}, @{{data.item.country}} @{{data.item.name}}, @{{data.item.country}} add add Cancel OK {{__("Back")}} {{__("Continue")}} {{__("Mode of shipment")}} @include("components.common_form_elements") {{__("Container numbers")}} (@{{besc.containers.length}}) close {{__("Add container")}} @include("components.common_form_elements") @include("components.common_form_elements") @include("components.common_form_elements") {{__("Chassis numbers")}} (@{{besc.vehicles.length}}) close {{__("Add Vehicles")}} {{__("Back")}} {{__("Continue")}} {{__("Description of goods")}} {{__("Back")}} {{__("Continue")}} {{__("Freight and Charges")}} {{__("Back")}} {{__("Continue")}} Documents {{__("Attached documents")}} (@{{besc.documents.length}}) close {{__("Add document")}} {{__("Back")}} {{__("Continue")}} {{__("Details")}} {{__("Reference")}} @{{ besc.reference }} {{__("Mode of shipment")}} {{ __("_shipment_methods.fcl_container") }} {{ __("_shipment_methods.consolidation") }} {{ __("_shipment_methods.ro_ro") }} {{ __("_shipment_methods.bulk") }} {{__("Port of loading")}} @{{ getItem(ports,'id',besc.port_load_id).name }}, @{{ getItem(ports,'id',besc.port_load_id).country }} {{__("Volume")}} @{{ besc.volume }}m3 {{__("Gross weight")}} @{{ besc.gross_weight }}kg {{__("Number of 20' containers")}} @{{ getItems(besc.containers,'size',20).length }} {{__("Number of 40' containers")}} @{{getItems(besc.containers,'size',40).length}} {{__("Number of vehicles 1")}} @{{ total_nb_vehicles1 }} {{__("Number of vehicles 2")}} @{{ total_nb_vehicles2 }} {{__("Document fee")}} @{{ price("document_fee_") }}EUR {{__("Fee per shipment")}} @{{ total }}EUR {{__("Total")}} @{{ total + parseInt(price("document_fee_")) }}EUR {{__("Back")}} @if(($type == "import" && Auth::user()->can_import) || ($type == "export" && Auth::user()->can_export) || ($type == "regularisation" && Auth::user()->can_regularisation)) {{__("Save")}} {{__("Submit")}} @endif {{-- @if(Auth::user()->role->name == "admin")--}} @if(Auth::user()->role->name == "admin") {{__("Confirm")}} close {{__("Are you to sure to set the following tariff?")}} @{{getItem(tariffs,"id",besc.tariff_id).name}} {{__("Cancel")}} {{__("Yes Continue")}} {{__("Please select a tariff")}} close {{__("Cancel")}} {{__("Confirm")}} {{__("Confirm")}} @{{confirmObject.text}} {{__("components.Cancel")}} {{__("components.Continue")}} @endif @{{ shipper_dialog_title }} close {{__("New Vessel")}} close {{__("New Carrier")}} close @endsection @section("components_instances") PageContent @endsection
{{__("Are you to sure to set the following tariff?")}}
@{{getItem(tariffs,"id",besc.tariff_id).name}}