@props([ 'property' => null, 'image' => 'images/property/fp1.jpg', 'title' => 'Renovated Apartment', 'type' => 'Apartment', 'location' => '1421 San Pedro St, Los Angeles, CA 90015', 'price' => '$13,000', 'priceUnit' => '/mo', 'beds' => 4, 'baths' => 2, 'area' => 5280, 'areaUnit' => 'Sq Ft', 'isForRent' => true, 'isForSale' => false, 'isFeatured' => false, 'agentName' => 'Ali Tufan', 'agentImage' => 'images/property/pposter1.png', 'postedDate' => '4 years ago', 'url' => '#' ])
{{ $title }}
    @if($isForRent)
  • For Rent
  • @endif @if($isForSale)
  • For Sale
  • @endif @if($isFeatured)
  • Featured
  • @endif
{{ $price }}{{ $priceUnit }}

{{ $type }}

{{ $title }}

{{ $location }}

  • Beds: {{ $beds }}
  • Baths: {{ $baths }}
  • {{ $areaUnit }}: {{ $area }}