@extends('inventory.layout') @section('title', 'Edit Enquiry') @section('content') @push('head') @endpush
@csrf @method('PUT') @include('include.message')

{{ __('Basic Information')}}

@foreach($enquiry->enquirydetail as $key=>$detail) @endforeach
Client Product Description* Customer UOM* Quantity* Product* Image Product Group Product Category Product Sub Category Product Specification Product Name UOM Remarks
@if($detail['image'] !='') @else @endif
@if($rfqtovendor =='[]')
@endif
@if($rfqtovendor =='[]')
@endif
@push('script') @endpush @endsection