@php $keywords = $advertismentObject->getTranslatedkeywords(); @endphp
@if($advertismentObject->clothFashion->clothFashionOptionKeywords->isNotEmpty())

{{__('detail.Keywords')}}

@foreach ($advertismentObject->clothFashion->clothFashionOptionKeywords as $key => $keyword)
{{isset($keyword->value) ? $keyword->value : ""}}
{{--

{{$multimedia->car_property_value}}

--}}
@endforeach
@endif