@extends('layouts.main') @section("content") @endsection @section("components_declarations") @include("shippers.shipper_form") @include("carriers.carrier_form") @include("vessels.vessel_form") @include("bescs.alerts") {{__("View ECTN")}} {{__("Besc:")}}@{{ besc.reference }} - €@{{ besc.total }} {{__("Shipper and Receiver")}} add add 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")}} m3 kg m3 kg m3 kg {{__("Chassis numbers")}} (@{{besc.vehicles.length}}) close {{__("Add Vehicles")}} {{__("Back")}} {{__("Continue")}} {{__("Description of goods")}} {{__("Back")}} {{__("Continue")}} {{__("Freight and Charges")}} {{-- --}} @{{ data }} {{__("Back")}} {{__("Continue")}} Documents {{__("Attached documents")}} (@{{besc.documents.length}}) {{__("Download Document")}} {{__("Back")}} {{__("Continue")}} {{__("Details")}} {{__("Reference")}} @{{ besc.reference }} {{__("Created at")}} @{{ formatDate(besc.created_at) }} {{__("Submitted at")}} @{{ formatDate(besc.submitted_at) }} {{__("Validated at")}} @{{ formatDate(besc.validated_at) }} {{__("Deliver at")}} @{{ formatDate(besc.delivered_at) }} {{__("Numero Dossier")}} @{{ besc.numero_dossier }} {{__("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")}} @{{ besc.document_fee }}EUR {{__("Fee per shipment")}} @{{ besc.fee_per_shipment }}EUR {{__("Total")}} {{--@{{ total + parseInt(price("document_fee_")) }}EUR --}} @{{ besc.total }}EUR {{__("Back")}} @if(isset($besc->id) && $besc->user_id == Auth::id() && $besc->paid == 0 && Auth::user()->must_pay ) {{__("Pay")}} @endif print @if(isset($besc->id) && $besc->user_id == Auth::id() || Auth::user()->role->name == "admin") print @endif {{-- @if(Auth::user()->role->name == "admin")--}} @roles(["admin"]) {{__("Change tariff")}} @endif @canValidate($besc) {{__("Validate")}} {{__("Validated")}} {{__("Reject")}} {{__("Rejected")}} @endif @roles(["admin"]) {{__("Mark Delivered")}} {{__("Delivered")}} @endif @include("bescs.alerts") {{__("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")}} {{__("Confirm Besc Authentication")}} {{__("Are you sure to authenticate the besc? ")}} {{__("components.Cancel")}} {{__("components.Continue")}} @{{ 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}}