{{-- Enhanced SEO-Friendly Property Card with Schema.org Markup --}}
{{-- Structured Data for SEO --}} {{-- Image Container --}}
@if ($property->primary_image_url) {{ $property->title }} - {{ $property->bedrooms ? $property->bedrooms . ' BHK ' : '' }}{{ ucfirst($property->property_type) }} in {{ $property->area->name ?? 'Varanasi' }} @else {{ $property->title }} @endif {{-- Image Overlay Gradient --}}
{{-- Badges Container --}}
{{-- Listing Type Badge --}} {{ $property->listing_type === 'sale' ? 'For Sale' : 'For Rent' }} {{-- Verified Badge --}} @if ($property->is_verified) Verified @endif
{{-- Featured Badge --}} @if ($property->is_featured) Featured @endif {{-- Quick Actions (visible on hover) --}}
{{-- Property Type Tag --}}
{{ ucfirst($property->property_type ?? 'Property') }}
{{-- Content Container --}}
{{-- Price Section --}}
{{ $property->formatted_price }} @if ($property->listing_type === 'rent') /month @endif @if ($property->price_per_sqft) ₹{{ number_format($property->price_per_sqft) }}/sqft @endif
{{-- Title --}}

{{ $property->title }}

{{-- Location with microdata --}}
{{ $property->full_location }}
{{-- Features Grid --}}
@if ($property->area_size)
{{ number_format($property->area_size) }} {{ $property->area_unit ?? 'sqft' }}
@endif @if ($property->bedrooms)
{{ $property->bedrooms }} BHK
@endif @if ($property->bathrooms)
{{ $property->bathrooms }} Bath
@endif @if ($property->furnishing && $property->listing_type === 'rent')
{{ ucfirst(str_replace('-', ' ', $property->furnishing)) }}
@endif
{{-- Card Footer with CTA --}}