@if(setting('top_bar_enabled'))
×
@if (locale_get_display_language(locale()) == 'English') 🔥 {{setting('top_bar_text')}} @else {{setting('top_bar_text_arabic')}} @endif
@endif
{{ setting('storefront_welcome_text') }}
{{ trans('storefront::layouts.contact') }}
@if (is_multilingual())
{{ locale_get_display_language(locale()) }}
@foreach (supported_locales() as $locale => $language) @if (locale_get_display_language(locale()) !== $language['name'])
{{ $language['name'] }}
@endif @endforeach
@endif @if (is_multi_currency())
{{ currency() }}
@foreach (setting('supported_currencies') as $currency) @if (currency() !== $currency)
$currency]) }}' " > {{ $currency }}
@endif @endforeach
@endif @auth
{{ trans('storefront::layouts.account') }}
{{ trans('storefront::account.pages.dashboard') }}
{{ trans('storefront::account.pages.my_orders') }}
{{ trans('storefront::account.pages.my_reviews') }}
{{ trans('storefront::account.pages.my_profile') }}
@auth
{{ trans('storefront::account.pages.logout') }}
@endauth
@else
{{ trans('storefront::layouts.login_register') }}
@endauth