@extends('frontend.layouts.partials.app') @section('title', 'Home') @section('meta', 'Welcome to Goodwill Finance Pvt. Ltd.') @section('content') @if ($popupPaths->isNotEmpty()) @include('components.modal', ['popupPaths' => $popupPaths]) @endif {{-- ================= SLIDER ================= --}} @if ($slider->isNotEmpty()) @foreach ($slider as $slide)
{{ $slide->alt_text ?? 'Goodwill Finance' }}
@if (!empty($slide->caption))

{{ $slide->caption }}

@endif
@endforeach
@endif {{-- ================= QUICK ACCESS ================= --}} @php $quickLinks = [ ['href' => '/publications', 'img' => 'assets/img/png/public-information.png', 'label' => 'Public info'], ['href' => route('csr'), 'img' => 'assets/img/png/csr.png', 'label' => 'CSR'], ['href' => '/rate-interest-rate', 'img' => 'assets/img/png/interest-rates.png', 'label' => 'Rates'], ['href' => '#calculator', 'img' => 'assets/img/png/calculators.png', 'label' => 'Calculators'], ['href' => 'https://www.nrb.org.np/forex', 'img' => 'assets/img/png/forex.png', 'label' => 'Forex'], ]; @endphp
@foreach ($quickLinks as $item)
{{ $item['label'] }}
{{ $item['label'] }}
@endforeach
{{-- ===== EYEBROW ===== --}}
Our Services
{{-- ===== HEADING ===== --}}

Explore a range of services from {{-- --}} Goodwill Finance

Trusted financial solutions designed to support individuals, families, and businesses at every stage.

{{-- ===== ACCENT DIVIDER ===== --}}
{{-- ===== TABS ===== --}} {{-- ===== TAB DIVIDER ===== --}}

{{-- ===== TAB PANELS ===== --}}
@foreach ($featureds as $index => $feature) @php $tabId = Str::slug($feature->name, ''); @endphp
@if ($feature->product->isNotEmpty())
@foreach ($feature->product as $product) {{-- Product Image --}}
{{ $product->name }}

{{ $product->name }}

Learn more →
@endforeach
@else

No products available.

@endif
@endforeach

About us

Our mission, value and goal is for your wellbeing

Goodwill Finance Limited is the leading provider of financial solutions with a unique mix of dedication and perfect execution. With the vision of providing the best financial services for success, Goodwill Finance Limited started its operation as financial institution under the license from Nepal Rastra Bank in 1995. It is a public limited company established under the Financial Company Act 2042, on 2051 BS.

The Authorized Capital of the company is Rupees 1,000,000,000/- and the Issued Capital is Rs. 946,115,200.00/-. 51% of the Paid-Up Capital is held by the promoter and the remaining 49% is held by the general public. The shares of the company are listed at Nepal Stock Exchange Limited (NEPSE).

About Us
{{-- Background image --}} Goodwill Finance Expertise {{-- Overlay --}}
{{-- Content — drives the section height --}}
{{-- Heading --}}

Our Expertise

{{-- Paragraph --}}

Goodwill Finance Limited is one of Nepal's leading financing organizations, committed to delivering reliable, innovative, and customer-focused financial services. Listed on the Nepal Stock Exchange (NEPSE), we empower individuals, entrepreneurs, and businesses through secure financing, savings solutions, and modern banking support.

{{-- White content box --}} @php $items = [ [ 'img' => 'assets/img/plan.png', 'title' => 'Vision to Plan', 'text' => 'We help customers achieve financial stability through strategic planning, flexible financing solutions, and customer-centric services. Our expert team supports confident financial decisions for sustainable growth in Nepal\'s evolving economy.', ], [ 'img' => 'assets/img/analysis.png', 'title' => 'Plan to Market', 'text' => 'Supporting entrepreneurs, SMEs, and enterprises with dependable financing designed to accelerate business growth through transparent processes, innovative products, and market-driven strategies.', ], [ 'img' => 'assets/img/trend.png', 'title' => 'Market to Growth', 'text' => 'By integrating modern financial technology and customer-focused innovation, we enhance accessibility, security, and efficiency — building long-term value for customers, investors, and Nepal\'s communities.', ], ]; @endphp
@foreach ($items as $index => $item)
{{-- Image + Title in Same Line --}}
{{ $item['title'] }}

{{ $item['title'] }}

{{-- Description Full Width --}}

{{ $item['text'] }}

@endforeach

Calculate Loan

Online EMI Calculator

Use the Goodwill Finance EMI Calculator to quickly estimate your loan EMIs, interest rate, and remaining balance. Just input your loan amount, interest rate, and loan duration for instant results.

mobile banking

Enjoy easy banking from your hand held devices, from anywhere anytime.

Manage and use your Bank Account on the move and around the clock with this secure Mobile Banking App from Goodwill Finance.

@if ($teamMembers->isNotEmpty())

Team

Some of the people you'll be working with

@foreach ($teamMembers as $team)
{{ $team->designation->name }}
{{ $team->name }}
{{--
Executive Manager
--}}
location

{{ $team->address }}

phone

{{ $team->contact }}

email

{{ $team->email }}

@endforeach
@endif @endsection @push('scripts') {{-- ================= EMI CALCULATOR (SAFE JQUERY) ================= --}} @endpush