diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/guest/compare/compare-products.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/guest/compare/compare-products.blade.php
index 7b661a71a..38beacfd5 100644
--- a/packages/Webkul/Velocity/src/Resources/views/shop/guest/compare/compare-products.blade.php
+++ b/packages/Webkul/Velocity/src/Resources/views/shop/guest/compare/compare-products.blade.php
@@ -16,7 +16,7 @@
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 3d6c74e2d..343c5db0b 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
@@ -17,18 +17,7 @@
-
-
-
- @if (core()->getCurrentLocale() && core()->getCurrentLocale()->direction == 'rtl')
-
- @endif
-
- @if ($favicon = core()->getCurrentChannel()->favicon_url)
-
- @else
-
- @endif
+ {!! view_render_event('bagisto.shop.layout.head') !!}
@yield('head')
@@ -36,13 +25,7 @@
@show
- @stack('css')
-
- {!! view_render_event('bagisto.shop.layout.head') !!}
-
-
+ @include('shop::layouts.styles')
getCurrentLocale() && core()->getCurrentLocale()->direction == 'rtl') class="rtl" @endif>
@@ -50,6 +33,7 @@
@include('shop::UI.particals')
+ {{-- main app --}}
-
+ {{-- footer --}}
@section('footer')
{!! view_render_event('bagisto.shop.layout.footer.before') !!}
@@ -133,77 +117,7 @@
-
-
-
-
-
-
-
-
- @stack('scripts')
-
-
+ {{-- all scripts --}}
+ @include('shop::layouts.scripts')