@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) }}{{__('user.m2')}}

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

{{ $property->total_unit }} {{__('user.Unit')}}

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

{{ $property->total_bedroom }} {{__('user.Bedroom')}}

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

{{ $property->total_bathroom }} {{__('user.Bath Room')}}

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

{{ $property->total_garage }} {{__('user.Garage')}}

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

{{ $property->total_kitchen }} {{__('user.Kitchen')}}

{{__('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