From 6386b1c1ad6bf32c7d1a3df489e68507381c23c2 Mon Sep 17 00:00:00 2001 From: jitendra Date: Mon, 4 Apr 2022 14:02:47 +0530 Subject: [PATCH] Issue #6040 fixed --- .../src/Resources/views/shop/layouts/header/mobile.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/header/mobile.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/header/mobile.blade.php index b9c6d68f5..d647a2883 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/header/mobile.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/header/mobile.blade.php @@ -11,7 +11,7 @@ cart-items-count="{{ $cartItemsCount }}" cart-route="{{ route('shop.checkout.cart.index') }}" :locale="{{ json_encode(core()->getCurrentLocale()) }}" - :all-locales="{{ json_encode(core()->getCurrentChannel()->locales) }}" + :all-locales="{{ json_encode(core()->getCurrentChannel()->locales()->orderBy('name')->get()) }}" :currency="{{ json_encode(core()->getCurrentCurrency()) }}" :all-currencies="{{ json_encode(core()->getCurrentChannel()->currencies) }}" >