@extends('layouts.dashboard') @section('dashboard-content')
{{ $property->property_type }} · {{ $property->owner }}
{{ $property->property_number }}
{{ $property->property_type }}
{{ $property->size_sqm !== null ? number_format($property->size_sqm) : '—' }}
{{ $property->plot ?: '—' }}
{{ $property->owner }}
{{ $property->party_type && isset($ptLabels[$property->party_type]) ? $ptLabels[$property->party_type] : '—' }}
@if($property->boundary) {{ $property->boundary->boundary_number }} – {{ $property->boundary->name }} @else — @endif
{{ $property->state ?: '—' }}
{{ $property->address }}
{{ $property->description }}
Upload documents for this property. Each type (CofO, RofO, survey plan, application form, land agreement) can have one or more files.
No documents uploaded yet. Use the form above to upload CofO, RofO, survey plan, application form, or land agreement.
@endif