@extends('owner.layouts.main') @section('title') Properties @endsection @section('content') @if(Session::has('success'))
@endif

Property list

Add Property
@foreach($properties as $property)

{{$property->property_status}}

@foreach($property->property_images as $property_image)
house
@endforeach

{{$property->cityName->city_name}}, {{$property->state}}

{{$property->updated_at->format('F j, Y')}}

{{$property->property_name}}

{{($property->property_for=="BUY") ?$property->amount:$property->rent_amount }}.00*

{{$property->description}}

@endforeach

Showing {{ $properties->firstItem() }} to {{ $properties->lastItem() }} of {{ $properties->total() }} Listings

@endsection @section('script') setTimeout(function() { $('#successmsgHomevana').fadeOut('fast'); }, 1000); @endsection