@extends('frontend.layouts.master') @section('header') @include('frontend.layouts.header-layout.three') @endsection @section('contents')

{{ getSessionLanguage() == 'en'?'Monthly Repayment:':':السداد الشهري'; }}

0.00


{{ getSessionLanguage() == 'en'?'Total Repayable Amount:':':إجمالي المبلغ القابل للسداد'; }}

0.00

* {{ getSessionLanguage() == 'en'?'Please note that this is just an estimate, calculated based on given details':'يرجى ملاحظة أن هذه الحاسبة هي مجرد تقدير استنادًا إلى المبالغ المدخلة.'; }}

@include('frontend.partials.marquee') @endsection @section('footer') @include('frontend.layouts.footer-layout.two') @endsection