{{ RvMedia::image($property->image, $property->name) }}
@if($property->is_featured) {{ __('Featured') }} @endif {!! $property->status->toHtml() !!}
@if($property->category)
{{ $property->category->name }}
@endif
{!! BaseHelper::clean($property->name) !!}
@if($property->address)

{{ $property->address }}

@endif

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

    @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') }}
{{ $author->name }}
@endif
{{ format_price($property->price, $property->currency) }}