diff --git a/themes/default/design/tab_product.blade.php b/themes/default/design/tab_product.blade.php index 5fd73808..3c5ad317 100644 --- a/themes/default/design/tab_product.blade.php +++ b/themes/default/design/tab_product.blade.php @@ -1,18 +1,21 @@
@include('design._partial._module_tool') + @php + $editableTabsValue = $content['editableTabsValue'] ?? 0; + @endphp
{{ $content['title'] ?? '' }}
@if ($content['tabs'] ?? false)
@foreach ($content['tabs'] as $key => $products) -
+
@if ($products['products']) @foreach ($products['products'] as $product)