@extends('layouts.online') @section("content") @endsection @section("components_declarations") @include("shippers.shipper_form") @include("carriers.carrier_form") @include("places.place_form") @include("vessels.vessel_form") @endsection @section("components_instances") PageContent @endsection