{{$itemNo}} |
{{$location['pLocation']}} |
{{$location['pWidth']}} |
{{$location['pHieght']}} |
Versa Drape |
{{$location['pFabric']?? ''}} |
{{$location['pColor']?? ''}} |
{{$copArr['stacktype']?? ''}} |
{{$copArr['controltype(ib)']?? ''}} |
{{$copArr['wandposition']?? ''}} |
{{$copArr['wand/chaincolour']?? ''}} |
Standard Length |
{{$copArr['trackcolour']?? ''}} |
{{$copArr['fitting']?? ''}} |
{{$copArr['blindtype']?? ''}} |
{{$copArr['blindside']?? ''}} |
{{$copArr['cornertype']?? ''}} | {{$copArr['buttingtype']?? ''}} | {{$copArr['throughorbutting']?? ''}} |
@foreach ($location['options'] as $key => $specProdOption)
@php
$optName = '';
$typevalueLoc=json_decode($specProdOption['typeValue']) ;
if(is_array($typevalueLoc)){
$typevalueLoc = implode(', ',$typevalueLoc);
}
$optName = str_replace(' ', '',strtolower($specProdOption['optionName']));
$copArr["$optName"] = '';
@endphp
@endforeach
@php
$itemNo ++;
@endphp
@endforeach