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

Properties

Add Property @if(session('success'))
{{ session('success') }}
@endif @foreach($properties as $property) @endforeach
Address Bedrooms Bathrooms Square Feet Price Owner Actions
{{ $property->address }} {{ $property->bedrooms }} {{ $property->bathrooms }} {{ $property->square_feet }} ${{ number_format($property->price, 2) }} {{ $property->owner->name ?? 'N/A' }} Edit
@csrf @method('DELETE')
@endsection