@forelse($properties as $prop) @php $isHealthy = $prop->last_sync && $prop->last_sync->diffInHours() < 24; $cardOpacity = $prop->is_status == 1 ? '1' : '0.5'; @endphp

{{ $prop->name }}

#{{ $prop->property_id }}
{{ $isHealthy ? 'Active' : 'Stale' }}
{{ $prop->city }}, {{ $prop->state }}
Syncs {{ $prop->sync_count }}
Requests {{ number_format($prop->total_api_hits) }}
Updated {{ $prop->last_sync ? $prop->last_sync->diffForHumans() : 'Never' }}
Floorplans Units
@empty
🏢

No properties linked yet

This account has no synced properties. Enter a ResMan Property ID in the toolbar above to start synchronizing data.

@endforelse