@include('frontend.layouts.navbar') {{-- Page Hero --}}
Quotation Request

Copy Inquiry

Review and update the pre-filled shipment details across three steps to resubmit.

{{-- Form Section --}}
{{-- Unified form card: progress bar + all panels --}}
{{-- Progress Bar --}}
@csrf {{-- Step 1: Basic Data --}}

Basic Data

{{-- Step 2: Master Data --}}

Master Data

{{-- Step 3: Transactional Data --}}

Transactional Data

{{-- Cargo Table --}}
Cargo Table
@foreach($quatation->containers as $key => $val) @endforeach
Container Type Volume / Units
{{-- Package Dimensions --}}
Package Dimensions
@foreach ($quatation->packageDimation as $key => $val) @endforeach
Type Length Width Height QTY Unit
{{-- POL --}}
{{-- POD --}}
{{-- HS Code --}}
HS Code
@foreach($quatation->hscodes as $k => $val) @endforeach
HS Code
{{-- Opening Time / Packing Type --}}
{{-- Cargo Weight / Stackable --}}
stackable == 'No' ? 'checked' : '' }}>
stackable == 'Yes' ? 'checked' : '' }}>
{{-- Document Type --}}
{{-- Cargo Ready Date --}}
{{-- Delivery Options --}}
{{-- Commodity Name --}}
@error('commodity_name') {{ $message }} @enderror
{{-- Fumigation / Cargo Status --}}
fumigation == 'No' ? 'checked' : '' }}>
fumigation == 'Yes' ? 'checked' : '' }}>
cargo_status == 'NonDG' ? 'checked' : '' }}>
cargo_status == 'DG' ? 'checked' : '' }}>
{{-- Pick Up / Final Delivery Location --}}
{{-- Additional Documents --}}
Allowed file types: JPG, JPEG, PNG, PDF
{{-- Free Time / DTHC / Destination Charges --}}
dthc_include == 'No' ? 'checked' : '' }}>
dthc_include == 'Yes' ? 'checked' : '' }}>
destination_charge == 'No' ? 'checked' : '' }}>
destination_charge == 'Yes' ? 'checked' : '' }}>
{{-- Commercial Invoice Value --}}
{{-- Origin Forwarding / Destination Clearance --}}
{{-- Special Document Handling --}}
@if($quatation->speicalinstruction)
@endif
{{-- Other Special Instructions --}}
{{-- end .sq-form-card --}}
@include('frontend.layouts.footer')