@include('admin.header')

Udpate RFQ #{{ $rfq->id }}

@if ($errors->any())
@endif
@csrf @method('PUT')
{{-- Item Description --}}
{{-- Brand --}}
{{-- Size Range --}}
{{-- Color --}}
{{-- Fabric Composition --}}
{{-- Fabric Type --}}
{{-- Yarn Count --}}
{{-- Fabric Weight --}}
{{-- Port of Landing --}}
{{-- Country of Origin --}}
{{-- Port of Discharge --}}
{{-- Final Destination --}}
{{-- Delivery Term --}}
{{-- Shipment Mode --}}
{{-- Payment Term --}}
{{-- Payment Mode --}}
{{-- Remarks --}}
{{-- Status --}}
Cancel
@include('admin.footer')