|
|
|
|
@if($product['imagePath'])
@php
$imagePathDecoded = json_decode($product['imagePath'], true);
$flatImages = collect($imagePathDecoded)->flatten(); // In case it's nested arrays
@endphp
@endif
|
@if($product['imageText'])
@endif
|
@if($addBtnRmv > 0)
(-)
@else
(-)
@endif
|
@php $addBtnRmv++; @endphp
@php $productIndex++; @endphp
@empty