{{$itemNo}} |
{{$location['pLocation']}} |
{{$location['pWidth']}} |
{{$location['pHieght']}} |
Aura Drapery |
{{$copArr['headingtype']?? ''}} |
{{$copArr['bottomhemtype']?? ''}} |
{{$copArr['curtaintype']?? ''}} |
{{$location['pFabric']?? ''}} |
{{$location['pColor']?? ''}} |
No |
|
{{$copArr['mountingtype']?? ''}} |
{{$copArr['tracktype']?? ''}} |
{{$copArr['bunchtype']?? ''}} |
{{$copArr['controltype(c)']?? 'No'}} |
{{$copArr['fixtype']?? ''}} |
{{$copArr['position']?? 'Single'}} |
{{$copArr['trackcolour(c)']?? ''}} |
{{$copArr['returntype']?? ''}} |
@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
{{$itemNo}} |
{{$location['bendpoint1']}} - {{$location['bend1type']}} - {{$location['bend1size']}} |
{{$location['bendpoint2']}} - {{$location['bend2type']}} - {{$location['bend2size']}} |
{{$location['bendpoint3']}} - {{$location['bend3type']}} - {{$location['bend3size']}} |
{!! nl2br($hardstring) !!} |
{{$location['sNotes']}} |
@php
$itemNo ++;
@endphp
@endforeach
@endforeach