@php
$mainLabel = $subCategory->getTopSecondRootParentCategory($subCategory)->slug == 'sale' ? 'I OFFER' : 'I am Looking For';
@endphp
{{ __("attribute.$mainLabel") }}
@php
$subCategoryArray = $subCategory->getSubCategory();
@endphp
@include('advertisment.partials.titledescription')
@include('category.filters.countryCity')
@php
$brandSlug = $subSubCategory->getTopThirdRootParentCategory($subSubCategory);
$carBrands = \App\Models\RentalCarsBrand::where('status', \App\Models\AddNewBrand::BRAND_ACTIVE)->get();
$carModelOptions = \App\Models\RentalCarsModel::get();
@endphp
@php
$list = \App\Models\User::countryListWithLanguage();
$defaultTarget = $target;
@endphp
{{-- @if ($subCategory->getTopSecondRootParentCategory($subCategory)->slug != 'buy') --}}
@php
$exclusiveOptions = $rental->rentalCarsAdvertismnetOption->pluck('value', 'option_id');
@endphp