diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/master.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/master.blade.php index 5611ee240..eb47ade87 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/master.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/master.blade.php @@ -59,11 +59,11 @@ {{-- mobile header --}}
- @include('velocity::shop.layouts.header.mobile') + @include('shop::layouts.header.mobile')
{{-- desktop header --}} - @include('velocity::shop.layouts.header.desktop') + @include('shop::layouts.header.desktop')