@extends('layouts.main')
@section("content")
@endsection
@include("shippers.shipper_form")
@include("carriers.carrier_form")
@include("vessels.vessel_form")
@section("components_declarations")
{{__("Edit ECTN")}}
{{__("New ECTN")}}
Shipper and Receiver
Shipment Details
Mode of shipment
Description of goods
Freight and Charges
Documents
Details
add
add
add
{{__("Continue")}}
@{{data.item.name}}, @{{data.item.country}}
@{{data.item.name}}, @{{data.item.country}}
add
add
Cancel
OK
Back
Continue
@include("components.common_form_elements")
{{__("Container numbers")}}
(@{{besc.containers.length}})
close
{{__("Add container")}}
@include("components.common_form_elements")
@include("components.common_form_elements")
{{__("Chassis numbers")}}
(@{{besc.vehicles.length}})
close
{{__("Add Vehicles")}}
Back
Continue
Back
Continue
Back
Continue
{{__("Attached documents")}}
(@{{besc.documents.length}})
close
{{__("Add document")}}
Back
Continue
Back
Save
Submit
@{{ shipper_dialog_title }}
close
{{__("New Vessel")}}
close
{{__("New Carrier")}}
close
@endsection
@section("components_instances")
PageContent
@endsection