@php
$mainLabel = $subCategory->getTopSecondRootParentCategory($subCategory)->slug == 'sale' ? 'I WANT TO SELL' : 'I LOOK TO BUY';
@endphp
{{ __("attribute.$mainLabel") }}
@php
$subCategoryArray = $subCategory->getSubCategory();
@endphp
@include('advertisment.partials.titledescription')
@if($subSubCategory->slug!="diamonds_gemstones")
@endif
@if ($subCategory->slug != 'jewelry_diamonds')
@endif
@php
$brandSlug = $subSubCategory->getTopThirdRootParentCategory($subSubCategory);
@endphp
@if ($subCategory->slug == 'jewelry_diamonds')
@if($subSubCategory->slug!="diamonds_gemstones")
@endif
@endif
{{-- @if ($subCategory->getTopSecondRootParentCategory($subCategory)->slug != 'buy') --}}
@php
$watchOptions = $watch->watchAdvertismnetOption->pluck('value', 'option_id');
@endphp