@extends('layouts.main') @section("content") @endsection @section("components_declarations") @include("shippers.shipper_form") @include("carriers.carrier_form") @include("places.place_form") @include("vessels.vessel_form") @include("bescs.alerts") {{__("Edit ECTN")}} @if(isset($type) && $type == "export") {{__("New ECTN Export")}} @else @if(isset($type) && $type == "import") {{__("New ECTN Import")}} @else {{__("New ECTN Regularisation")}} @endif @endif {{__("Besc:")}}@{{ besc.reference }} - €@{{ besc.total }} {{__("Shipper and Receiver")}} {{-- add --}} @{{data.item.name}}{{-- @{{data.item.address}}--}} @{{data.item.name}}{{-- @{{data.item.address}}--}} @{{search['shipper']}} {{__("was not found")}} add {{__("Click to create")}} {{-- add --}} @{{data.item.name}} @{{data.item.address}} @{{data.item.name}} @{{data.item.address}} @{{search['consignee']}} {{__("was not found")}} add {{__("Click to create")}} {{-- add --}} @{{data.item.name}} @{{data.item.address}} @{{data.item.name}} @{{data.item.address}} @{{search['notify']}} {{__("was not found")}} add {{__("Click to create")}} {{__("Continue")}} {{__("Shipment Details")}} @{{data.item.name}}, @{{data.item.country}} @{{data.item.name}}, @{{data.item.country}} @{{data.item.name}}, @{{data.item.country}} @{{data.item.name}}, @{{data.item.country}} @{{search['vessel']}} {{__("was not found")}} add {{__("Click to create")}} @{{search['carrier']}} {{__("was not found")}} add {{__("Click to create")}} {{-- {{__("Cancel")}} {{__("OK")}} --}} @{{search['place']}} {{__("was not found")}} add {{__("Click to create")}} {{__("Back")}} {{__("Continue")}} {{__("Mode of shipment")}} @include("components.common_form_elements") {{__("Container numbers")}} (@{{besc.containers.length}}) close {{__("Add container")}} @include("components.common_form_elements") {{__("Container number")}} {{-- close --}} @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")}} {{__("Same currency as FOB Currency")}} @{{data.item.code}} - @{{data.item.name}} @{{data.item.code}} @{{data.item.code}} - @{{data.item.name}} @{{data.item.code}} @{{ data }} @{{data.item.code}} - @{{data.item.name}} @{{data.item.code}} @{{data.item.code}} - @{{data.item.name}} @{{data.item.code}} @{{data.item.code}} - @{{data.item.name}} @{{data.item.code}} {{__("Back")}} {{__("Continue")}} Documents {{__("Attached documents")}} (@{{besc.documents.length}}) close {{__("Add document")}} {{__("Back")}} {{__("Continue")}} Contact {{__("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(portsLoad,'id',besc.port_load_id).name }}, @{{ getItem(portsLoad,'id',besc.port_load_id).country }} {{__("Volume")}} @{{ besc.volume | formatNumber }}m3 {{__("Gross weight")}} @{{ besc.gross_weight | formatNumber }}kg {{__("Number of 20' containers")}} @{{ besc.nb_containers_20 }} {{__("Number of 40' containers")}} @{{ besc.nb_containers_40 }} {{__("Number of vehicles 1")}} @{{ besc.nb_vehicles1 }} {{__("Number of vehicles 2")}} @{{ besc.nb_vehicles2 }} {{__("Document fee")}} @{{ besc.documents_fee | formatNumber }}EUR {{__("Fee per shipment")}} @{{ besc.fee_per_shipment | formatNumber }}EUR {{__("Total")}} @{{ besc.total | formatNumber }}EUR {{__("Back")}} @if(isset($besc->id) && $besc->user_id == Auth::id() && $besc->paid == 0 && Auth::user()->must_pay == 1 ) {{__("Pay")}} @endif @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")--}} @include("bescs.alerts") @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 {{__("New Final Place of Delivery")}} close @endsection @section("components_instances") PageContent @endsection
{{__("Are you to sure to set the following tariff?")}}
@{{getItem(tariffs,"id",besc.tariff_id).name}}