diff --git a/packages/Webkul/Shop/src/Resources/views/products/list/layered-navigation.blade.php b/packages/Webkul/Shop/src/Resources/views/products/list/layered-navigation.blade.php index 3d4bebaab..44bb9670b 100755 --- a/packages/Webkul/Shop/src/Resources/views/products/list/layered-navigation.blade.php +++ b/packages/Webkul/Shop/src/Resources/views/products/list/layered-navigation.blade.php @@ -1,17 +1,10 @@
{!! view_render_event('bagisto.shop.products.list.layered-nagigation.before') !!} - @if (isset($category)) - - - @else - - - @endif + + {!! view_render_event('bagisto.shop.products.list.layered-nagigation.after') !!}
diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/products/list/layered-navigation.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/products/list/layered-navigation.blade.php index 7e44443d4..49e7a0a77 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/products/list/layered-navigation.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/products/list/layered-navigation.blade.php @@ -1,17 +1,10 @@
{!! view_render_event('bagisto.shop.products.list.layered-nagigation.before') !!} - @if (isset($category)) - - - @else - - - @endif + + {!! view_render_event('bagisto.shop.products.list.layered-nagigation.after') !!}