@if($property->short_address)
@endif
{{ $property->short_address }}
@if (! \Botble\RealEstate\Facades\RealEstateHelper::isDisabledPublicProfile() && ($author = $property->author) && $property->author->name)
@endif
{{ RvMedia::image($author->avatar_url, $author->name, 'thumb') }}
{{ $author->name }}
{{ format_price($property->price, $property->currency) }}