@extends($layoutView ?? 'admin.layout.app') @section('content')
| # | 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' }} | ||
| No properties found. | |||||