@php $class ??= null; $itemsPerRow ??= 3; @endphp
latitude && $property->longitude) data-lat="{{ $property->latitude }}" data-lng="{{ $property->longitude }}" @endif>
{{ RvMedia::image($property->image, $property->name, 'medium-rectangle') }}
@if($property->is_featured) {{ __('Featured') }} @endif {!! BaseHelper::clean($property->status->toHtml()) !!}
@if (RealEstateHelper::isEnabledWishlist())
@endif
@if($property->category)
{{ $property->category->name }}
@endif
<{{ $class === 'lg' ? 'h5' : 'div' }} @class(['text-capitalize', 'h7 fw-7' => $class !== 'lg'])> {!! BaseHelper::clean($property->name) !!} @if($property->short_address)

{{ $property->short_address }}

@endif @if($class === 'lg' && $property->description)

{!! Str::limit(BaseHelper::clean($property->description)) !!}

@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)
@if ($itemsPerRow < 4)
{{ RvMedia::image($author->avatar_url, $author->name, 'thumb') }}
@endif {{ $author->name }}
@endif
{{ format_price($property->price, $property->currency) }}