@if(!empty($advertismentObject->petsAnimals->getBrand))
...

{{__('attribute.Brand')}}

@php $make = !empty($advertismentObject->petsAnimals->getBrand) ? $advertismentObject->petsAnimals->getBrand->title: '' ; @endphp

{{ !empty($make) ? $make : '' }}

@endif
...

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

@php $contitional = $advertismentObject->petsAnimals->getConditional(); @endphp

{{__("words.$contitional")}}