{{ $property->name }} Info
@if($property->location)- {{ $property->location }}
@endif
@if($property->price)- R {{ number_format($property->price, 2) }}
@endif
@if($property->size)- {{ $property->size }}
@endif
@if($property->bedrooms)- {{ $property->bedrooms }} Bedroom
@endif
@if($property->bathrooms)- {{ $property->bathrooms }} Bathroom
@endif
@if($property->ref)- Ref: {{ $property->ref }}
@endif