@include('advertisment.partials.titledescription')
@if($subSubCategory->slug == 'sale')
{{__('attribute.Business type')}}*
@else
{{__('attribute.I LOOK TO BUY business type')}} *
{{__('attribute.(You can select only one)')}}
@endif
@foreach ($businessType as $type)
@endforeach
@php
$businessKeywordOptions = $businessModel->getBusinessKeywords->pluck('keywords');
@endphp
{{-- @if($subSubCategory->slug != 'buy') --}}