@foreach($property->images as $image) @endforeach

Description

{!! $property->description !!}
{{--

Documents

--}}

Property Details

  • Price:

  • Property Size:

  • Year Built:

  • ${{ number_format($property->rent) }}

  • {{ $property->size }} Sq Ft

  • {{ $property->year }}

  • Bedrooms :

  • Bathrooms :

  • Garage :

  • {{ $property->bedroom }}

  • {{ $property->bath }}

  • {{ $property->garage }}

  • Property Type:

  • Property Status:

  • {{ $property->category->name ?? '' }}

  • {{ $property->status }}

Features

@foreach($property->ammenities as $feature)
{{ $feature->name }}
@endforeach