diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/top-nav/locale-currency.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/top-nav/locale-currency.blade.php index a3e11ffe4..6be31310a 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/top-nav/locale-currency.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/top-nav/locale-currency.blade.php @@ -39,7 +39,7 @@ disabled="disabled" @endif> - @foreach (core()->getCurrentChannel()->locales as $locale) + @foreach (core()->getCurrentChannel()->locales()->orderBy('name')->get() as $locale) @if (isset($searchQuery) && $searchQuery)