@extends('web.layouts.app') @section('content')
{{ $property->street_address ?? '' }} {{ $property->city ?? '' }} {{ $property->state ?? '' }}
{{ $property && $property->country ? $property->country->name : '' }}
{!! $property->description ?? '' !!}