@extends('frontend.layouts.app')
@section('content')
@foreach ($properties as $property)
@if($property->photos)
{{count(json_decode($property->photos))}}
+
@endif
Posted: {{$property->created_at->diffForHumans()}}
{{--
Certified Agent
Locality Superstar
--}}
{{optional($property->project)->name}}
{{--
{{optional($property->project)->state}}, {{optional($property->project)->country}} - {{optional($property->project)->pincode}}
--}}
{{--
--}}
{{$property->name}}
{{--
--}}
Carpet Area
{{$property->plot_area}} sqft
Status
{{ucwords(str_replace('_',' ',$property->prossession_status))}}
{{--
--}}
{{$property->remark}}
Read more
₹{{$property->booking_amount}}
{{-- --}}
₹{{$property->price}} per sqft
@endforeach
@endsection