@php
$mainLabel = ( $subCategory->getTopSecondRootParentCategory($subCategory)->slug == 'sale') ? 'I WANT TO SELL': 'I LOOK TO BUY';
@endphp
{{__("attribute.$mainLabel")}}
@php
$subCategoryArray = $subCategory->getSubCategory();
@endphp
@if ($subSubCategory->slug != 'fashion')
@include('advertisment.partials.titledescription')
@if($category->category_slug!='bags_travel' && $subCategory->slug!="costume_theater_apparel")
@endif
@php
if($subCategory->slug!="fashion" && $subCategory->slug!="old_traditional_fashion"){
$brandSlug = $subSubCategory->getTopThirdRootParentCategory($subSubCategory)->slug;
}
else
$brandSlug=$category->category_slug;
@endphp
@if($category->category_slug=='dancewear' || $subCategory->slug=='costume_theater_apparel' || $category->category_slug=='work_clothing_Shoes')
@endif
{{-- @if ($subCategory->getTopSecondRootParentCategory($subCategory)->slug != 'buy') --}}
@php
$clothOptions = $cloth->clothingFashionAdvertismnetOption->pluck('value','option_id');
@endphp