@include('admin.header')

Update Inquiry #{{ $inquiry->id }}

@if ($errors->any())
@endif
@csrf @method('PUT') {{-- Manual Input Fields --}}
Customer Information
{{-- Customer Name (Manual) --}}
{{-- Purchase Order No (Manual) --}}
{{-- Style Number (Manual) --}}
{{-- Item No (Manual) --}}
Product Details
{{-- Brand (Dropdown) --}}
{{-- Item Description (Dropdown) --}}
{{-- Size Range (Dropdown) --}}
{{-- Color (Dropdown) --}}
{{-- Order Quantity (Manual) --}}
{{-- Target Price (Manual) --}}
Fabric Details
{{-- Fabric Composition (Dropdown) --}}
{{-- Fabric Type (Dropdown) --}}
{{-- Yarn Count (Dropdown) --}}
{{-- Fabric Weight (Dropdown) --}}
Shipping Details
{{-- Shipment Date (Manual) --}}
{{-- Port of Loading (Dropdown) --}}
{{-- Country of Origin (Dropdown) --}}
{{-- Port of Discharge (Dropdown) --}}
{{-- Final Destination (Dropdown) --}}
{{-- Delivery Term (Dropdown) --}}
{{-- Shipment Mode (Dropdown) --}}
@if($inquiry->images) Inquiry Image @else No image uploaded. @endif
Cancel
@include('admin.footer')