show_excerpt == '0') style="display: none" @endif>
show_descp == '0') style="display: none" @endif>
{{-- @if ($module->have_category == '1')
@endif --}}
@if ($module->id == 36)
@endif
@if ($module->id == 36)
@if (is_array($widget) || is_object($widget))
@endif
@endif
@if ($module->id == 50)
@php
$fields = $moduleData->additional_field_1 ?? [];
// Ensure it's an array
if (!is_array($fields)) {
$fields = json_decode($fields, true) ?? [];
}
// Split fields into groups of 3 (surface, thickness, size per row)
$chunks = array_chunk($fields, 3);
if (empty($chunks)) {
$chunks = [[]]; // At least one empty row if no data exists
}
@endphp
@foreach ($chunks as $index => $row)
@endforeach
@endif
@if ($module->id == 50)
@endif
@if ($module->id == 49)
@endif
@if ($module->id != 50)
@endif
@if ($module->id == 52)
@php
$pre_data=json_decode($moduleData->additional_field_7);
if(!is_array($pre_data))
{
$pre_data=[];
}
@endphp
@foreach($product_vss as $vs)
@endforeach
@endif
@if ($module->id == 36)
{{ ucwords($module->additional_field_title_2) }}
@else
@endif
@if ($moduleData->featured_img)