@extends('layouts.app') @section('content')

All Properties

@forelse($properties as $property) @empty @endforelse
ID Property Name Price Security Deposit
{{ $loop->iteration }} {{ $property->property_name }} {{ $property->price }} {{ $property->security_deposit }}
No properties found.
@endsection