@empty(!$advertismentObject->clothFashion->getType)
@php $getTitle = $advertismentObject->clothFashion->getType->title; @endphp {{ $getTitle }}
@endempty @empty(!$advertismentObject->clothFashion->getCategory)
@php $getCategories = $advertismentObject->clothFashion->getCategory->title; @endphp {{ $getCategories }}
@endempty @php $category = $advertismentObject->secondCategory->category_id; $lastSlug = \App\Models\Category::find($category)->slug; @endphp @empty(!$advertismentObject->clothFashion->suitable_for)
@php $getSuiutableFor = $advertismentObject->clothFashion->getSuitableFor($lastSlug); @endphp {{ $getSuiutableFor }}
@endempty
@php $color = $advertismentObject->clothFashion->getColor(); @endphp {{ __("detail.$color") }}