@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')
{{-- {{dd($subSubCategory->slug)}} --}}
@if($subSubCategory->slug!="other_home_garden" && $subSubCategory->slug!="other_bathroom" && $subSubCategory->slug!="other_kitchen_dining" && $subSubCategory->slug!="other_home_improvement" && $subSubCategory->slug!="other_work_tools_equipment" && $subSubCategory->slug!="other_events_party_supplies" && $subSubCategory->slug!="other_garden_outdoor")
@endif
@if($subSubCategory->slug!="other_home_garden" && $subSubCategory->slug!="other_bathroom" && $subSubCategory->slug!="other_kitchen_dining" && $subSubCategory->slug!="other_home_improvement" && $subSubCategory->slug!="other_work_tools_equipment" && $subSubCategory->slug!="other_events_party_supplies" && $subSubCategory->slug!="other_garden_outdoor")
{{-- @if($subSubCategory->slug!="bedding" && $subSubCategory->slug!="other_home_garden" && $subSubCategory->slug!="other_bathroom" && $subSubCategory->slug!="other_kitchen_dining" && $subSubCategory->slug!="other_home_improvement" && $subSubCategory->slug!="other_work_tools_equipment" && $subSubCategory->slug!="other_events_party_supplies" && $subSubCategory->slug!="other_garden_outdoor") --}}
@endif
@php
if($subCategory->slug=="home_improvement" || $subCategory->slug=="work_tools_equipment" || $subCategory->slug=="garden_outdoor")
{
$brandSlug = $subSubCategory->slug;
}
else {
$brandSlug = $subSubCategory->getTopThirdRootParentCategory($subSubCategory)->slug;
}
@endphp
{{-- @if ($subCategory->getTopSecondRootParentCategory($subCategory)->slug != 'buy') --}}
@php
$homeGardenOptions = $homeGarden->homeGardenAdvertismnetOption->pluck('value','option_id');
@endphp