{!! Theme::partial('shortcode-heading', compact('shortcode')) !!}
@foreach($properties as $property)
{{ RvMedia::image($property->image, $property->name) }}
@if($property->is_featured) {{ __('Featured') }} @endif {!! BaseHelper::clean($property->status->toHtml()) !!}
{{ $property->name }}
@if($property->address)

{{ $property->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($author = $property->author)
{{ RvMedia::image($author->avatar_url, $author->name, 'thumb') }}

{{ __('Agent') }}

{{ $author->name }}
@endif
{{ format_price($property->price, $property->currency) }}
/{{ setting('real_estate_square_unit', 'm²') }}
@if (RealEstateHelper::isEnabledWishlist())
@endif
@endforeach