@extends('layouts.main') @section("content") @endsection @section("components_declarations") @include("shippers.shipper_form") @include("carriers.carrier_form") @include("vessels.vessel_form") {{__("Reference")}} @{{ besc.reference }} {{__("Shipper")}} @{{ besc.shipper.name }} {{__("Notify party")}} @{{ besc.notifyparty.name }} {{__("Consignee")}} @{{ besc.consignee.name }} {{__("Carrier")}} @{{ besc.carrier.name }} {{__("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_vehicles1 }} {{__("Number of vehicles 2")}} @{{ total_vehicles1 }} {{__("Document fee")}} @{{ price("document_fee_") }}EUR {{__("Fee per shipment")}} @{{ total }}EUR {{__("Total")}} @{{ total + parseInt(price("document_fee_")) }}EUR {{-- @if(Auth::user()->role->name == "admin")--}} @role("admin") {{__("Change tariff")}} @endif @roles(["admin","validator"]) {{__("Validate")}} {{__("Validated")}} {{__("Reject")}} {{__("Rejected")}} {{__("Mark Delivered")}} {{__("Delivered")}} @endif @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}}