@extends($layoutView ?? 'admin.layout.app') @section('content')

Property List

+ Add Property
@forelse($properties as $property) @empty @endforelse
# Title Price Location Modules Action
{{ $loop->iteration }}
{{ $property->title }}
{{ $property->icals->count() }} iCal link(s)
{{ $property->price ? 'Rs. ' . number_format($property->price, 2) : '-' }} {{ collect([$property->city->name ?? null, $property->state->name ?? null, $property->country->name ?? null])->filter()->implode(', ') ?: 'Location not set' }}
View Edit
@csrf @method('DELETE')
No properties found.
@endsection