@php($page = 'properties') {{env('APP_NAME')}} | View Property
@include("components.navbar")
@include("components.sidebar")

{{ $property->title }}


Site : {{$property->site->title ?? ""}}
Unit : {{$property->unit}}
Type : {{$property->type}}
Usage Type : {{$property->usage_type}}
Category : {{$property->category}}
Size : {{$property->size}}
Floor : {{$property->floor}}
Block : {{$property->block}}
Price : {{formatPrice($property->price)}}
Status : {{$property->status}}
Lat : {{$property->lat}}
Long : {{$property->lon}}
Description : {{$property->description}}
CreatedBy : {{$property->createdBy->fullname ?? ""}}
CreatedAt : {{$property->created_at}}
UpdatedBy : {{$property->updatedBy->fullname ?? ""}}
UpdatedAt : {{$property->updated_at}}
Download Edit Back
@include("components.footer")