@extends('inventory.layout') @section('title', 'RFQ To Supply Partner') @section('content') @push('head') @endpush
@csrf @include('include.message')

{{ __('Basic Information')}}

@foreach($enquiry->enquirydetail as $key=>$detail) @endforeach
Supply Partner Code Client Product Description Customer UOM Quantity Product Name Product Code Product Group Product Category Product Specification Image UOM Remarks
@if(isset($rfqtovendor) && $rfqtovendor =='[]') @if($key==0)
@endif @endif
@if(isset($rfqtovendor) && $rfqtovendor =='[]') @else
@foreach($rfqtovendor as $rfqven) @foreach($rfqven->vendordetail as $key=>$vendor) @if($rfqven['product_id']==$detail['product_id']) {{(isset($vendor->vendor_code) ? $vendor->vendor_code:'')}} @endif @endforeach @endforeach
@endif
@if($detail['image'] !='') @else @endif
@if(isset($rfqtovendor) && $rfqtovendor =='[]')
@endif