@extends('layouts.public')
@section('title', $property->title . ' - ' . $variant->variant_type . ' Floor Plan')
@section('content')
{{ $variant->bedrooms }} {{ $variant->bathrooms }} {{ $variant->plot_area }} {{ $variant->plot_area_unit }} {{ $variant->carpet_area }} {{ $variant->carpet_area_unit }} View the detailed floor plan for {{ $variant->variant_type }} of {{ $property->title }}. The floor plan shows the layout and dimensions of the property, including room configuration and spatial arrangement.{{ $property->title }} - {{ $variant->variant_type }}
{{ $property->title }} - {{ $variant->variant_type }} Floor Plan
Bedrooms
Bathrooms
Plot Area
Carpet Area
Price on Request
@else
₹{{ number_format($variant->price) }}
@endif
Floor Plan
@if($variant->floor_plan_image)