@if(count($locales) > 1) {{ config('app.available_locales')[app()->getLocale()] }} @endif @if(count($locales) > 1 && count($this->currencies) > 1 && Cart::items()->isEmpty()) | @endif @if(count($this->currencies) > 1 && Cart::items()->isEmpty()) {{ collect($this->currencies)->firstWhere('value', $this->currentCurrency)['label'] ?? $this->currentCurrency }} @endif
@if(count($locales) > 1)
Language
@endif @if(count($this->currencies) > 1 && Cart::items()->isEmpty())
Currency
@endif