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

{{ $villa->property_code }}

{{ $villa->property_title }}

Property Description

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

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

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

Loan with lowest interest rates available.

@if ($villa->youtubeurl) @php // Extract YouTube Video ID from URL preg_match( '/(?:youtu\.be\/|youtube\.com\/(?:watch\?v=|embed\/))([\w\-]+)/', $villa->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. {{ $villa->price }}

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

Contact: {{ $villa->contact_name }}

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

Enquire About This Property

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