@extends('layouts.guest') @section('title', $property->title) @section('content')
{{ $property->address }}, {{ $property->city }}, {{ $property->state }} - {{ $property->zip_code }}
Price
Type
Status
{{ $property->property_type ?? 'N/A' }}
{{ $property->description }}
{{ $comment->content }}
No comments yet. Be the first to comment!
@endforelse @auth @elsePlease login to add a comment.
@endauth