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

{{ $commercial->property_code }}

{{ $commercial->property_title }}

Property Description

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

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

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

Loan with lowest interest rates available.

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

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

Contact: {{ $commercial->contact_name }}

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

Enquire About This Property

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