@extends('layouts.app') @section('content')
Property Image
@foreach ($flat->images as $img) @endforeach

{{ $flat->property_code }}

{{ $flat->property_title }}

Property Description

{{ strip_tags($flat->property_description) }}

Asking Price: @php if ($flat->price >= 10000000) { $formattedPrice = round($flat->price / 10000000, 2) . ' Cr'; } elseif ($flat->price >= 100000) { $formattedPrice = round($flat->price / 100000, 2) . ' L'; } else { $formattedPrice = number_format($flat->price, 0); } @endphp ₹ {{ $formattedPrice }} (Negotiable)

Contact: For professional assistance and better deals contact {{ $flat->contact_name }}

Loan with lowest interest rates available.

@if ($flat->youtubeurl) @php // Extract YouTube Video ID from URL preg_match( '/(?:youtu\.be\/|youtube\.com\/(?:watch\?v=|embed\/))([\w\-]+)/', $flat->youtubeurl, $matches, ); $videoId = $matches[1] ?? null; @endphp @if ($videoId)
@endif @endif

GODs OWN Properties & Developers Pvt. Ltd., Ground Floor, N.P.Tower, Guruvayur Road, Westfort, Thrissur

Rs. {{ $flat->price }}

{{ $flat->locality->locality_name ?? 'N/A' }}

Contact: {{ $flat->contact_name }}

Contact Number: {{ $flat->contact_number }}

Enquire About This Property

@csrf
{!! captcha_img('flat') !!}
@if ($errors->any()) @endif @endsection