@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