@extends('layout') @section('title') {{ html_decode($property->seo_title) }} @endsection @section('meta') @endsection @section('frontend-content')
    @foreach($sliders as $index => $slider)
  • @endforeach

{{__('user.Area')}}

{{ html_decode($property->total_area) }}{{__('SFt.')}}

{{__('Stories')}}

{{ $property->total_unit }} {{__('Stories')}}

{{__('Vacant')}}

{{ $property->available_space }} {{__('Vacant')}}

{{__('Build Area')}}

{{ $property->building_area }} {{__('Build Area')}}

{{__('Parking')}}

{{ $property->parking_space }} {{__('Parking')}}

{{__('Year Built')}}

{{ $property->year_built }} {{__('Year Built')}}

{{__('user.Property Agent')}}

@csrf
@if($recaptcha_setting->status==1)
@endif

{{__('user.Calculate Your Mortgage')}}

{{__('user.You can calculate monthly loan amount using this calcutator')}}

{{__('user.Percentage rate')}}

{{__('user.Loan Term (Years)')}}

{{__('user.Monthly payment')}}

{{ $currency_icon }}

0

@endsection