@include('frontend.layouts.navbar') {{-- Page Hero --}}
Quotation Request
Request a
Quote
Fill in shipment details across three steps to submit your quotation request.
{{-- Form Section --}}
{{-- Unified form card: progress bar + all panels --}}
{{-- Progress Bar --}}
1
Basic Data
2
Master Data
3
Transactional
@csrf @if(session()->token())
@endif {{-- Step 1: Basic Data --}}
⚠ Please fill in all required fields highlighted below.
Basic Data
Shipment Name
*
Default Agent List Selection
*
Please Select Agent
@foreach($forwarders as $forworder )
contains($forworder->id)) ? 'selected':'' }}>{{$forworder->name}}
@endforeach
Continue
{{-- Step 2: Master Data --}}
⚠ Please fill in all required fields highlighted below.
Master Data
Shipment Type
*
Select Your Shipment Type
@foreach($shipmenttypes as $shipmenttype )
id ? "selected" :""}}>{{$shipmenttype->name}}
@endforeach
Shipment Mode
*
Select Your Shipment Mode
@foreach($shipmentmodes as $shipmentmode)
id ? "selected" :""}}>{{$shipmentmode->name}}
@endforeach
Shipment Incoterm
*
Select Your Shipment Incoterm
@foreach($shipmentincoterms as $shipmentincoterm)
id ? "selected" :""}}>{{$shipmentincoterm->name}}
@endforeach
Credit Period Terms
*
Select Your Credit Period
@foreach($creditperiods as $creditperiod)
id ? "selected" :""}}>{{$creditperiod->name}}
@endforeach
Currency
*
Select Your Currency Type
@foreach($exchangecurrencies as $exchangecurrencie)
id ? "selected" :""}}>{{$exchangecurrencie->name}}
@endforeach
Quotation Deadline
*
Date:
Time:
Main Remarks
(250 Characters)
Back
Continue
{{-- Step 3: Transactional Data --}}
⚠ Please fill in all required fields highlighted below.
Transactional Data
{{-- Cargo Table --}}
Cargo Table
Add Row
Container Type
Volume / Units
@foreach($containertypes as $ctypes)
{{$ctypes->name}}
@endforeach
✕
{{-- Package Dimensions --}}
Package Dimensions
Add Row
Type
Length
Width
Height
QTY
Unit
Unit
CM
MM
Inch
Ft
Meters
✕
{{-- POL --}}
POL
*
Select Your POL
@foreach($shipmentseaports->sortBy('port') as $shipmentseaport)
id ? "selected" : "" }}>{{ $shipmentseaport->port }}
@endforeach
{{-- POD --}}
POD
*
Select Your POD
@foreach($shipmentairports->sortBy('city') as $shipmentairport)
id ? "selected" : "" }}>{{ $shipmentairport->city }}
@endforeach
{{-- HS Code --}}
HS Code
Add Row
HS Code
✕
{{-- Opening Time / Packing Type --}}
Opening Time Required / Given at Origin
Standard
Packing Type
*
@foreach($packingtypes as $packingtype)
id ? "selected" :""}}>{{$packingtype->name}}
@endforeach
{{-- Cargo Weight / Stackable --}}
Cargo Weight in KGs
*
maximum 35000
Stackable
*
No
Yes
{{-- Document Type --}}
Document Type
Direct BL/AWBL
House BL/HAWB
{{-- Cargo Ready Date --}}
Cargo Ready Date
*
{{-- Delivery Options --}}
Required Delivery Options
*
@foreach($deliveryoptions as $deliveryoption)
{{ $deliveryoption->name}}
@endforeach
{{-- Commodity Name --}}
Commodity Name
*
{{-- Fumigation / Cargo Status --}}
Fumigation Required
*
No
Yes
Cargo Status
*
Non DG
DG
{{-- Pick Up / Final Delivery Location --}}
Pick Up Location
Kelaniya
Ragama
Final Delivery Location
Kelaniya
Ragama
{{-- Additional Documents --}}
Add Documents (Example: MSDS, Invoice, Packing List, Certificates etc)
Allowed file types: PDF
{{-- Free Time / DTHC / Destination Charges --}}
Free Time Required
DTHC Included
*
No
Yes
Destination Charges
*
No
Yes
{{-- Commercial Invoice Value --}}
Commercial Invoice Value (USD)
*
{{-- Origin Forwarding / Destination Clearance --}}
Origin Forwarding
*
Yes
No
Destination Clearance
Yes
No
{{-- Special Document Handling --}}
Special Document Handling
Yes
No
{{-- Other Special Instructions --}}
Other Special Instructions for quotation
Back
Save
{{-- end .sq-form-card --}}
@include('frontend.layouts.footer')