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

All Properties

Add Property
@forelse($properties as $property) @empty @endforelse
ID Property Name Price Security Deposit Category Action
{{ $loop->iteration }} {{ $property->property_name }} {{ $property->price }} {{ $property->security_deposit }} {{ $property->category_name }} Edit
@csrf @method('DELETE')
No properties found.
@endsection