{{-- resources/views/admin/properties/index.blade.php --}} @extends('admin.layouts.app') @section('title', 'Properties') @section('page_title', 'Properties') @section('breadcrumb', 'All registered properties on the platform') @section('content') {{-- Filter Bar --}}
No properties found
Try adjusting your filters
| Property | Owner | Type | Plan | Verification | Subscription | Registered | |
|---|---|---|---|---|---|---|---|
|
{{ $property->name }}
{{ $property->city }}@if($property->country), {{ $property->country }}@endif
|
{{ $owner?->name ?? '—' }}
{{ $owner?->email }}
|
{{ ucfirst(str_replace('_', ' ', $property->type)) }} | @if($property->plan_slug) {{ $property->plan_slug }} @else — @endif | {{ str_replace('_', ' ', $property->verification_status) }} | {{ $property->subscription_status }} | {{ $property->created_at->format('d M Y') }} | View → |