@php($categories = \App\Utils\CategoryManager::getCategoriesWithCountingAndPriorityWiseSorting(dataLimit: 11))
-
{{ translate('home')}}
@if(getWebConfig(name: 'product_brand'))
-
{{ translate('brand') }}
@endif
@if(
count($web_config['featured_deals']) > 0 &&
!(($web_config['flash_deals'] || count($web_config['flash_deals_products']) > 0) || $web_config['discount_product'] > 0 || $web_config['clearance_sale_product_count'] > 0))
-
{{ translate('featured_Deal')}}
@elseif(
($web_config['flash_deals'] && count($web_config['flash_deals_products']) > 0) &&
!(count($web_config['featured_deals']) > 0 || $web_config['discount_product'] > 0 || $web_config['clearance_sale_product_count'] > 0)
)
-
{{ translate('flash_deal')}}
@elseif(
($web_config['discount_product'] > 0) &&
!(count($web_config['featured_deals']) > 0 || ($web_config['flash_deals'] && count($web_config['flash_deals_products']) > 0) || $web_config['clearance_sale_product_count'] > 0)
)
-
{{ translate('discounted_products')}}
@elseif(
($web_config['clearance_sale_product_count'] > 0) &&
!(count($web_config['featured_deals']) > 0 || ($web_config['flash_deals'] || count($web_config['flash_deals_products']) > 0) || $web_config['discount_product'] > 0)
)
-
{{ translate('clearance_Sale')}}
@elseif(count($web_config['featured_deals']) > 0 || ($web_config['flash_deals'] && count($web_config['flash_deals_products']) > 0) || $web_config['discount_product'] > 0 || $web_config['clearance_sale_product_count'] > 0)
-
@endif
@if ($web_config['digital_product_setting'] && count($web_config['publishing_houses']) == 1)
-
{{ translate('Publication_House') }}
@elseif ($web_config['digital_product_setting'] && count($web_config['publishing_houses']) > 1)
-
{{ translate('Publication_House') }}
@endif
@php($businessMode = getWebConfig(name: 'business_mode'))
@if ($businessMode == 'multi')
-
{{ translate('all_vendors')}}
@endif
@if(auth('customer')->check())
-
{{ translate('user_profile')}}
-
{{ translate('Wishlist')}}
@else
-
{{ translate('sign_in')}}
-
{{ translate('sign_up')}}
@endif
@if ($businessMode == 'multi')
@if(getWebConfig(name: 'seller_registration'))
-
@endif
@endif
@if(auth('customer')->check())
@endif
{{--
--}}