@extends('admin.layout') @section('content')
| # | Title | Type | Price | Location | Status | Action |
|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $property->title }} | {{ $property->type->name ?? '-' }} | ₹ {{ number_format($property->price) }} | {{ $property->location }} | @if($property->status == 1) Active @else Inactive @endif | Edit |
| No properties found | ||||||