diff --git a/themes/default/product/product.blade.php b/themes/default/product/product.blade.php index f51c4fb3..0255630b 100644 --- a/themes/default/product/product.blade.php +++ b/themes/default/product/product.blade.php @@ -196,6 +196,7 @@ {{ __('admin/attribute.index') }} @endif + @hook('product.tab.after.link')
@@ -218,6 +219,7 @@ @endforeach
+ @hook('product.tab.after.pane')