• ({{ $model->reviews_count }})
  • @if(setting('real_estate_display_views_count_in_detail_page', true))
  • @if ($model->views === 1) {{ __('1 Views') }} @else {{ __(':number Views', ['number' => number_format($model->views)]) }} @endif
  • @endif
  • {{ Theme::formatDate($model->created_at) }}
  • @if ($model->short_address)

    {{ $model->short_address }}

    @endif