ROOTPLOIT
Server: LiteSpeed
System: Linux in-mum-web1878.main-hosting.eu 5.14.0-570.21.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 11 07:22:35 EDT 2025 x86_64
User: u435929562 (435929562)
PHP: 7.4.33
Disabled: system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Upload Files
File: /home/u435929562/domains/srisuprabhathambuilder.com/public_html/resources/views/jv.blade.php
@extends('layouts.front')
@section('content')

<head>
<title>Sri Suprabhatham Builder | jv</title
>
<meta charset="UTF-8">
  <meta name="description" content="If you are interested in promoting your property by way of Joint Development or outright sale, contact us for the best offer in the market. ">
  <meta name="keywords" content="jv">
  <meta name="author" content="Sri Suprabhatham Builder">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>

<!--=================================
breadcrumb -->
<div class="bg-light">
    <div class="container">
      <div class="row">
        <div class="col-12">
          <ol class="breadcrumb mb-0">
            <li class="breadcrumb-item"><a href="index.html"> <i class="fas fa-home"></i> </a></li>
            
            <li class="breadcrumb-item active"> <i class="fas fa-chevron-right"></i> <span> Jv </span></li>
          </ol>
        </div>
      </div>
    </div>
  </div>
  <!--=================================
  breadcrumb -->
  
  <!-- Jv Form Start -->
  <section class="my-5">
     
    <form action="{{url('jv')}}" method="post">
        @csrf 
  <div class="container">
  
      <div class="joint-description text-center">
      <h1>joint development</h1>
      <p>If you are interested in promoting your property by way of Joint Development or outright sale, contact us for the best offer in the market.
      ( All information given below will be treated in strict confidence with the management and the owner of the property, kindly go ahead and fill the below form and submit ) </p>
      <p>(Fields Marked with * are mandatory) </p>
      </div>
      @if(Session::has('message')) <div class="alert alert-success"><strong>{{ Session::get('message') }}</strong></div>@endif
      <div class="form-box">
          <div class="form-header">
               <h5>Basic Details</h5> 
              <div class="line"></div>
          </div>
  
        
              <div class="row mt-3">
                  <div class="col-md-4 mt-3">
                      <div class="owner">
                      <input type="text" class="form-control" value="{{old('owner_name')}}" name="owner_name" placeholder="Name of owner*">
                      </div>
                      @error('owner_name')
                      <em class="text-danger">{{$message}}</em>  
                @enderror
                  </div>
                 
                  <div class="col-md-4 mt-3">
                      <div class="owner">
                          <input type="text" class="form-control"  value="{{old('mediator')}}"  name="mediator" placeholder="Name of mediator*">
                      </div>
                      @error('mediator')
                        <em class="text-danger">{{$message}}</em>  
                  @enderror
                  </div>
                  
                  <div class="col-md-4 mt-3">
                      <div class="owner">
                          <input type="text" class="form-control" name="email"  value="{{old('email')}}" placeholder="Email*">
                      </div>
                      @error('email')
                        <em class="text-danger">{{$message}}</em>  
                  @enderror
                  </div>
                  
                  <div class="col-md-4 mt-3">
                      <div class="owner">
                          <input type="text" class="form-control" name="phone"  value="{{old('phone')}}" placeholder="Phone*">
                      </div>
                      @error('phone')
                        <em class="text-danger">{{$message}}</em>  
                  @enderror
                  </div>
                  
                  <div class="col-md-4 mt-3">
                      <div class="owner">
                          <input type="text" class="form-control" name="address" value="{{old('address')}}" placeholder="Address*">
                      </div>
                      @error('address')
                        <em class="text-danger">{{$message}}</em>  
                  @enderror
                  </div>
                  
                  <div class="col-md-4 mt-3">
                      <div class="owner">
                          <input type="text" class="form-control" name="area" value="{{old('area')}}" placeholder="Area*">
                      </div>
                      @error('area')
                            <em class="text-danger">{{$message}}</em>  
                        @enderror
                  </div>
                 
              </div>
  
              <div class="form-header padding-top my-4">
                  <h5>Dimension</h5>
              </div>
  
              <div class="form-row">
                  <div class="col-md-3 mt-3">
                      <div class="owner">
                          <input type="text" class="form-control" name="north" value="{{old('north')}}"  placeholder="North"> 
                      </div>
                      
                  </div>
                 
                  <div class="col-md-3 mt-3">
                      <div class="owner">
                          <input type="text" class="form-control" name="south" value="{{old('south')}}" placeholder="South"> 
                      </div>
                  </div>
                  
                  <div class="col-md-3 mt-3">
                      <div class="owner">
                          <input type="text" class="form-control" name="east"  value="{{old('east')}}" placeholder="East"> 
                      </div>
                  </div>
  
                  <div class="col-md-3 mt-3">
                      <div class="owner">
                          <input type="text" class="form-control" name="west"  value="{{old('west')}}"  placeholder="West"> 
                      </div>
                  </div>
  
                  <div class="col-md-3 mt-3">
                      <div class="owner">
                          <input type="text" class="form-control" name="frontage" value="{{old('frontage')}}"  placeholder="Frontage*"> 
                      </div>
                      @error('frontage')
                        <em class="text-danger">{{$message}}</em>  
                    @enderror
                  </div>
                  
                  <div class="col-md-3 mt-3">
                      <div class="owner">
                          <input type="text" class="form-control" name="road_width"  value="{{old('road_width')}}" placeholder="Road Width*"> 
                      </div>
                      @error('road_width')
                        <em class="text-danger">{{$message}}</em>  
                    @enderror
                  </div>
                 
                  <div class="col-md-3 mt-3">
                      <div class="owner">
                          <input type="text" class="form-control" name="road_facing_direction"   value="{{old('road_facing_direction')}}" placeholder="Road Facing Direction*"> 
                      </div>
                      @error('road_facing_direction')
                        <em class="text-danger">{{$message}}</em>  
                    @enderror
                  </div>
                
              </div>
          </form>
      </div>
  
      <div class="form-box">
  
      <div class="form-header">
              <h1>Terms Interested</h1>
              <div class="line"></div>
      </div>
  
      <div class="row">
          <div class="col-md-4">
              <!-- <div class="form-group property-price-slider mt-3">
                    <label>Select Price Range</label>
                    <input type="text" id="property-price-slider" name="example_name" value="" />
              </div> -->
          </div>
  
          <div class="col-md-4">
              <!-- <div class="form-group property-price-slider123 mt-3">
                    <label>Select Price Range</label>
                    <input type="text" id="property-price-slider123" />
              </div> -->
          </div>
      </div>
      
  
      <div class="form-row margin-row-top">
      <div class="col-md-4">
      <div class="ratio">
      <h6>Joint Development</h6>
      <!-- <input id="yes" name="yes" type="checkbox" value="yes" />
      <label for="yes">Yes</label> -->
      <!-- <div class="form-group12">
        <input type="checkbox" id="html">
        <label for="html">Yes</label>
      </div> -->
      <div class="custom-control custom-checkbox ml-2">
              <input type="checkbox" class="custom-control-input" name="joint_development" id="customCheck1">
              <label class="custom-control-label pr-5" for="customCheck1">Yes</label>
      </div>
      </div>
      <div class="expected-ratio">
      <h5>Expected Ratio</h5>
  
      <div class="form-group property-price-slider mt-3">
              <label>Select Price Range</label>
              <input type="text" id="property-price-slider" name="price_range"  min="0" max="500" />
             
      </div>
  
  
      <!-- <input class="range" max="100" min="0" step="1" type="range" value="10" />
      <input id="rangevalue1" class="range-input" maxlength="3" type="text" /> -->
  
  
      </div>
      </div>
  
      <div class="col-md-4">
      <div class="ratio">
      <h6>Out Right Purchased</h6>
      <!-- <input id="yes-right" name="yes-right" type="checkbox" value="yes-right" /> <label for="yes-right">Yes</label> -->
      <!-- <div class="form-group12">
        <input type="checkbox" id="css">
        <label for="css">Yes</label>
      </div> -->
      <div class="custom-control custom-checkbox ml-2">
                    <input type="checkbox" class="custom-control-input" name="out_right_purchase" id="customCheck2">
                    <label class="custom-control-label pr-5" for="customCheck2">Yes
                    </label>
      </div>
      </div>
  
      <div class="expected-ratio">
      <h5>Rate per Ground</h5>
      <!-- <input class="range" max="100" min="0" step="1" type="range" value="10" />
      <input id="rangevalue1" class="range-input" maxlength="12" type="text" />
       -->
  <div class="form-group property-price-slider123 mt-3">
        <label>Select Price Range</label>
        <input type="text" id="property-price-slider123" name="property_price_slider" />
  </div>
  
      
      <strong>Price Range:</strong>₹75,00,000 to ₹15,000,000
  
      <!-- <input type="text" id="property-price-slider" name="example_name" value="" /> -->
      
      </div>
      </div>
  
      <div class="col-md-4">
          <div class="owner">
          <label>Other Comment*</label>
          <textarea class="form-control" rows="3" name="other_comment"  spellcheck="false">{{old('other_comment')}}</textarea>
          </div>
          @error('other_comment')
            <em class="text-danger">{{$message}}</em>
          @enderror
          <div id="recaptcha" class="captcha-contact col-md-12 mt-5 g-recaptcha"></div> 
            <em class="text-danger" id="recaptcha_msg"></em>    
      </div>
      
      </div>
      
      <div align="right">
          <button id="joint_developemnt_form" class="send-form-data" type="submit">Send</button>
      </div>
    </form>
  
  
  
      
      
  </div>
  </section>
@endsection
@section('script')
<script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit"
        async defer>
    </script>
<script>
  
var flag =  false;
$("#joint_developemnt_form").click(function (e) { 

if(flag)
{
$("#recaptcha_msg").text("");
}
else
{
$("#recaptcha_msg").text("Please checked Recaptcha");
  return false;
}
});

// var verifyCallback = function(response) {
//  flag  = true;
//  $("#recaptcha_msg").text("");
// };
var widgetId1;
var widgetId2;
// var onloadCallback = function() {
// // Renders the HTML element with id 'example1' as a reCAPTCHA widget.
// // The id of the reCAPTCHA widget is assigned to 'widgetId1'.
// grecaptcha.render('recaptcha', {
//  'sitekey' : '6Ldu6c8ZAAAAAIbXoD48KNPQFI6jVkZjzAMuUPp3',
//  'callback' : verifyCallback,
//  'theme' : 'light'
// });
// };
</script>
<!-- Load Facebook SDK for JavaScript -->
<div id="fb-root"></div>
<script>
  window.fbAsyncInit = function() {
    FB.init({
      xfbml            : true,
      version          : 'v9.0'
    });
  };

  (function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

<!-- Your Chat Plugin code -->
<div class="fb-customerchat"
  attribution=setup_tool
  page_id="105584477968961"
theme_color="#f64546"
logged_in_greeting="You can dream, create, design, and build the most wonderful place in the world."
logged_out_greeting="You can dream, create, design, and build the most wonderful place in the world.">
</div>

@endsection