This commit is contained in:
jitendra 2022-04-04 14:02:47 +05:30
parent 3b154ee86d
commit 6386b1c1ad
1 changed files with 1 additions and 1 deletions

View File

@ -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) }}"
>