@extends('layouts.app') @section('title', 'Online Booking - Golden Era Property') @section('content') Secure Booking Online Booking Form Complete the booking form below to reserve your dream property with Golden Era Property @if(session('success')) Booking Submitted Successfully! {{ session('success') }} @endif @if(session('error')) Something went wrong! {{ session('error') }} @endif @if($errors->any()) Please fix the following errors: @foreach($errors->all() as $error) {{ $error }} @endforeach @endif @csrf đ¤ Personal Information Full Name * @error('full_name') {{ $message }} @enderror Full name must contain only letters Father/Husband's Name * @error('father_husband_name') {{ $message }} @enderror Name must contain only letters Date of Birth * (YYYY-MM-DD) @error('date_of_birth') {{ $message }} @enderror Occupation * @error('occupation') {{ $message }} @enderror Name of the Company & Designation * @error('company_designation') {{ $message }} @enderror Contact Number * @error('contact_number') {{ $message }} @enderror Contact number must contain only numbers E-mail Id @error('email') {{ $message }} @enderror Please enter a valid email address đ Residing Address Address * @error('residing_address') {{ $message }} @enderror State * @error('residing_state') {{ $message }} @enderror District * @error('residing_district') {{ $message }} @enderror Pin code * @error('residing_pincode') {{ $message }} @enderror Pin code must contain only numbers Alternate Number * @error('residing_alternate_number') {{ $message }} @enderror Alternate number must contain only numbers đ Permanent Address Address * @error('permanent_address') {{ $message }} @enderror State * @error('permanent_state') {{ $message }} @enderror Pin code * @error('permanent_pincode') {{ $message }} @enderror Pin code must contain only numbers đ Booking Details Date Of Booking * @error('date_of_booking') {{ $message }} @enderror Rate per sft @error('rate_per_sft') {{ $message }} @enderror Project Name Select project Serene County Green Woods Smilee Nisarga Heavenly Woods Phase 2 Opera White House Alta Vista @error('project_name') {{ $message }} @enderror Plot Number * @error('plot_number') {{ $message }} @enderror Size of the Plot(sq ft) @error('plot_size') {{ $message }} @enderror Facing of the Plot @error('plot_facing') {{ $message }} @enderror đ° Payment Details Amount Paid * @error('amount_paid') {{ $message }} @enderror Payment Made By * Select payment method Cash Cheque Bank Transfer UPI @error('payment_made_by') {{ $message }} @enderror Bank Name * @error('bank_name') {{ $message }} @enderror Next Payment Date @error('next_payment_date') {{ $message }} @enderror Amount of Next Payment @error('next_payment_amount') {{ $message }} @enderror Name of Company Representative * @error('company_representative') {{ $message }} @enderror âšī¸ Other Details Are you looking forward for loan? Yes No Source of information about the project/company * Select source Newspaper ad Social Media Friend/Relative Website Direct Visit Other @error('source_of_information') {{ $message }} @enderror Detail of Source * @error('source_detail') {{ $message }} @enderror Suggestions for Project @error('suggestions') {{ $message }} @enderror I agree to the Terms & Conditions By checking this box, you confirm that you have read and agreed to our terms and conditions @error('terms_accepted') {{ $message }} @enderror Submit Booking @endsection
Complete the booking form below to reserve your dream property with Golden Era Property
{{ session('success') }}
{{ session('error') }}
{{ $message }}
Full name must contain only letters
Name must contain only letters
Contact number must contain only numbers
Please enter a valid email address
Pin code must contain only numbers
Alternate number must contain only numbers
By checking this box, you confirm that you have read and agreed to our terms and conditions