@extends('layouts.app') @section('content')
| ID | Property Name | Price | Security Deposit | Category | Action |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $property->property_name }} | {{ $property->price }} | {{ $property->security_deposit }} | {{ $property->category_name }} | Edit |
| No properties found. | |||||