diff --git a/themes/default/design/tab_product.blade.php b/themes/default/design/tab_product.blade.php index 265c595b..a6fbee7e 100644 --- a/themes/default/design/tab_product.blade.php +++ b/themes/default/design/tab_product.blade.php @@ -2,9 +2,9 @@ @include('design._partial._module_tool')
-
{{ $content['title'] }}
+
{{ $content['title'] ?? '' }}
- @if ($content['tabs']) + @if ($content['tabs'] ?? false)