My Properties

Add Property
@forelse($properties as $property) @empty @endforelse
Property Type Price Status Actions
{{ $property->title }}

{{ Str::limit($property->title, 40) }}

{{ $property->city }}, {{ $property->state }}

{{ $property->type->label() }} {{ format_price($property->price, $property->currency) }} Active
Edit
@csrf @method('DELETE')

No properties listed yet.

Add your first property
@if($properties->hasPages())
{{ $properties->links() }}
@endif