@extends('layouts.site') @section('title',($listing->property_sub_type ?: 'Property').' in '.$listing->city.' — RealtorBH') @section('content')
{{ $listing->standard_status }}

{{ $listing->property_sub_type ?: $listing->property_type }} in {{ $listing->city }}

BHD {{ number_format((float)$listing->list_price,0) }}

{{ $listing->bedrooms_total }} bedrooms{{ $listing->bathrooms_total }} bathrooms{{ $listing->living_area }} m²

About this property

{!! nl2br(e($listing->public_remarks)) !!}

Listing ID: {{ $listing->listing_id }}
@endsection