@php Theme::set('headerClass', 'header-fixed header-style-2'); @endphp @foreach($property->images as $image) {{ RvMedia::image($image, $property->name) }} @endforeach @foreach($property->images as $image) {{ RvMedia::image($image, $property->name, 'thumb') }} @endforeach @if($property->is_featured) {{ __('Featured') }} @endif {!! BaseHelper::clean($property->status->toHtml()) !!} {!! BaseHelper::clean($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) && $property->author->name) {{ RvMedia::image($author->avatar_url, $author->name, 'thumb') }} {{ $author->name }} @endif {{ format_price($property->price, $property->currency) }} @if(is_plugin_active('real-estate') && $shortcode->search_box_enabled) @include(Theme::getThemeNamespace('views.real-estate.partials.search-box'), ['style' => 4, 'noLeftRound' => true]) @endif
{{ $property->address }}