@extends('layouts.public') @section('title', $property->title . ' - ' . $variant->variant_type . ' Floor Plan') @section('content')

{{ $property->title }} - {{ $variant->variant_type }}

{{ $property->title }} - {{ $variant->variant_type }} Floor Plan

@if($variant->bedrooms)
Bedrooms

{{ $variant->bedrooms }}

@endif @if($variant->bathrooms)
Bathrooms

{{ $variant->bathrooms }}

@endif @if($variant->plot_area)
Plot Area

{{ $variant->plot_area }} {{ $variant->plot_area_unit }}

@endif @if($variant->carpet_area)
Carpet Area

{{ $variant->carpet_area }} {{ $variant->carpet_area_unit }}

@endif

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.

@if($variant->price_on_request)

Price on Request

@else

₹{{ number_format($variant->price) }}

@endif
Schedule Tour

Floor Plan

@if($variant->floor_plan_image)
{{ $variant->variant_type }} Floor Plan
@else
No floor plan image available for this unit type.
@endif
@endsection @section('styles') @endsection @section('scripts') @endsection