Party refers to who owns the property: a single person (male or female), co-ownership (male–female, male–male, female–female), or an organization. Use the filter below to list properties by party type, or set party type when adding/editing a property in Index Property.
No party types defined.
@endifNo properties found. Add properties in Index Property and set their party (ownership) type.
@else| Property # | Party type | Owner | Type | Boundary / State | Docs | Actions |
|---|---|---|---|---|---|---|
| {{ $p->property_number }} | @if($p->party_type && isset($partyTypes[$p->party_type])) {{ $partyTypes[$p->party_type] }} @else — @endif | {{ Str::limit($p->owner, 30) }} | {{ $p->property_type }} | @if($p->boundary) {{ $p->boundary->boundary_number }} @else {{ $p->state ?: '—' }} @endif | {{ $p->documents_count ?? 0 }} | View |