@extends('layouts.default') @section('page_css') @include('includes.portal-css') @stop @section('content')

Create New Shipment

Home / Create New Shipment

We move all types of freight Worldwide. Safely and Economically.

Create New Shipping

@csrf
  • Where From
  • Where Going
  • What
  • How
  • Payment
  • Review
  • Complete
@include('includes.ajax-call-responce-message-block')

Hello. Where are you shipping from?

* Indicates required field

@if(count($userAddressList)>0) @include('customerportal.shippmentinfo.shippment-address-suggestion',['userAddressList' => $userAddressList,'formType'=>'from']) @endif
{{--
--}}
{{--
--}} {{--
--}}

Where is your shipping going?

@include('customerportal.shippmentinfo.shippment-from-address',['edit' => 1])
@include('customerportal.shippmentinfo.shippment-return-address',['edit' => 1])

* Indicates required field

@if(count($userAddressList)>0) @include('customerportal.shippmentinfo.shippment-address-suggestion',['userAddressList' => $userAddressList,'formType'=>'to']) @endif

What kind of packaging are you using?

* Indicates required field

{{--
USD
--}}

How would you like to ship?

* Indicates required field

would you like us to pick up your shipment?

@php $dropdate = date('Y-m-d'); @endphp

When would like it delivered?

Pickup Address Edit

Pickup details

@include('customerportal.shippmentinfo.pickup-details') {{--

Your pickup window: 9:00AM - 7:00PM
Pickup location: Front Door

--}}

International Forms

International Shipping Details

Specific description of shipment contents for label; max 35 characters

Give an overall description of your shipment. To prevent customs delays, avoid vague or general terms that could describe a variety of items.

  • Men's cotton shirts or Tennis shoes(not Apparel)
  • Computers or Electronic toys (not Electronics)
  • Leather handbags or Saddles (not Leather goods)
  • Hand tools or Power tools (not Tools)
See list of prohibited items

International Forms and Documents

@include('customerportal.shippmentinfo.shippment-from-address',['edit' => 1])
@include('customerportal.shippmentinfo.shippment-to-address',['edit' => 1])
@include('customerportal.shippmentinfo.shippment-return-address',['edit' => 1])
@include('customerportal.shippmentinfo.shipment-info',['payment'=>0])

How would like to pay?

* Indicates required field

@include('customerportal.shippmentinfo.payment-detail')

Let's make sure everything is in order

Where

@include('customerportal.shippmentinfo.shippment-from-address',['edit' => 0])
@include('customerportal.shippmentinfo.shippment-to-address',['edit' => 0])
@include('customerportal.shippmentinfo.shippment-return-address',['edit' => 0])
@include('customerportal.shippmentinfo.shipment-info',['payment'=>1])

Thank you for Shipping with {{ env('APP_NAME') }}

@section('javascript') @include('includes.portal-script') @stop @endsection