@extends('layouts.site') @section('title', 'Properties') @section('description', 'Homes available from ' . config('app.name') . ' across Pune, by type and availability.') @section('content')
What we offer

A home for
every stage of life.

From a compact studio to a family-sized three-bedroom, every property is let and managed directly by {{ config('app.name') }} - the numbers below are what's actually on the books right now.

A single residence, rendered in 3D
Property types
@forelse ($typeCounts as $type)

{{ $type['name'] }}

{{ $type['available'] }} available

{{ $type['total'] }} {{ Str::plural('home', $type['total']) }} of this type across the portfolio.

@empty

Nothing listed yet

Reach out and we'll let you know as soon as a property opens up.

@endforelse
@foreach ($properties as $property)
{{ $property->type->label() }}

{{ $property->name }}

{{ $property->city }}@if($property->state), {{ $property->state }}@endif @if($property->buildings->isNotEmpty()) · {{ $property->buildings->count() }} {{ Str::plural('building', $property->buildings->count()) }} @endif

Ask about {{ $property->name }}
@endforeach @endsection @section('scripts') @endsection