@extends('layouts.frontend-master') @section('title', 'Apply Loan') @section('content')

Empowering dreams, one loan at a time.

Loan Amount: {{ $settings_->where('key', 'currency')->first()->value ?? '' }} [[formatNumber(initAmount)]]

{{ $settings_->where('key', 'currency')->first()->value ?? '' }} 20,000.00

{{ $settings_->where('key', 'currency')->first()->value ?? '' }} 2,000,000

Please choose a monthly payment option.


Payment option within [[activeMonth]] months.

Interest Rate
[[interest_rate]] %

Interest Amount
{{ $settings_->where('key', 'currency')->first()->value ?? '' }} [[formatNumber(interestPerMonth)]]   = (Loan: [[formatNumber(initAmount)]] x [[interest_rate]]%)

Monthly Repayment Amount
{{ $settings_->where('key', 'currency')->first()->value ?? '' }} [[formatNumber(initAmount/activeMonth)]] = (Loan: [[formatNumber(initAmount)]] ÷ [[activeMonth]] months)

Total Installment Amount
{{ $settings_->where('key', 'currency')->first()->value ?? '' }} [[formatNumber(repayment)]] = ([[formatNumber(initAmount/activeMonth)]] + [[formatNumber(interestPerMonth)]])

APPLY NOW

Why Global Financing, Inc.

Lowest Interest

Enjoy the benefits with paying lowest interest. We charge the lowest interest rate 0.3% (not 3%) monthly. Plus, avail 0% APR on our afilliated financial institution when you sign up today.

Flexible Credit Line

Enjoy instant credit up to 2,000,000.00 {{ $settings_->where('key', 'currency')->first()->value ?? '' }} which you can use for personal or business even without a credit card or get a personal loan with payback options from 6 months or up to 48 months.

Unlock Exclusive Features

Enjoy the freedom of instant approval at Global Dominion Financing, Inc., making it simple to recharge your e-Wallet, transfer funds to your bank, and pay bills—all within our user-friendly app!

@endsection @push('script') @endpush @push('styles') @endpush