Property

List of indexed properties with document counts and ownership details. Use the search below to filter by property number, type, owner, party (ownership type), or state. To add properties or upload documents, use Index Property.

Search properties

Clear

Results ({{ is_array($propertyList) ? count($propertyList) : $propertyList->count() }})

@php $list = $propertyList ?? collect(); @endphp @if($list->isEmpty())

No properties found. Try adjusting your search or add properties in Index Property.

@else
@foreach($list as $p) @endforeach
Property # Owner Party (ownership) Type Size (sqm) Boundary / State Documents Actions
{{ $p->property_number }} {{ Str::limit($p->owner, 35) }} @if($p->party_type && isset($propertyListPartyTypes[$p->party_type])) {{ $propertyListPartyTypes[$p->party_type] }} @else — @endif {{ $p->property_type }} {{ $p->size_sqm !== null ? number_format($p->size_sqm) : '—' }} @if($p->boundary) {{ $p->boundary->boundary_number }} @else {{ $p->state ?: '—' }} @endif {{ $p->documents_count ?? 0 }} View
@endif