@php
$mainLabel = ($subSubCategory->slug == 'sale') ? 'I/WE WANT TO SELL GOODS OR PROVIDE SERVICE': "I'm/We are Looking For";
@endphp
{{__("attribute.$mainLabel")}}
@php
$subCategoryArray = $subCategory->getSubCategory();
@endphp
@include('advertisment.partials.titledescription')
@php
$brands = App\Models\OthersBrand::getRelatedBrands();
$selectedBrand = \App\Models\OthersBrand::where('id',$others->brand)->first();
@endphp
@php
$othersOptions = $others->otherAdvertismentOption->pluck('value','option_id');
@endphp