latitude && $property->longitude) data-lat="{{ $property->latitude }}" data-lng="{{ $property->longitude }}" @endif>
{{ RvMedia::image($property->image, $property->name, 'medium-square') }}
    @if($property->is_featured) {{ __('Featured') }} @endif {!! BaseHelper::clean($property->status->toHtml()) !!}
@if (RealEstateHelper::isEnabledWishlist())
@endif
@if($property->category)
{{ $property->category->name }}
@endif
@if($property->short_address)

{{ $property->short_address }}

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