@livewireStyles @vite(['resources/css/app.css', 'resources/js/app.js'])
Loan, tax and accounting support for Nepal businesses.
Lekha Mantra finance dashboard
Nepal's loan, tax and accounts desk

Smart Finance.
Simple Compliance.

Manage loan files, tax clearance, accounting reports and OCR documents from one clear finance workspace.

Loan

Bank-ready files

Tax

PAN/VAT tracking

Accounts

PDF/XLS reports

@foreach ([ ['value' => '1,280+', 'label' => 'Clients served'], ['value' => '940+', 'label' => 'Loan applications'], ['value' => 'Rs 128L+', 'label' => 'Disbursed'], ['value' => '5+', 'label' => 'Partner banks'], ] as $stat)

{{ $stat['value'] }}

{{ $stat['label'] }}

@endforeach

Loan Calculator

See monthly EMI, repayment and processing cost instantly.

Use real reducing-balance math during intake before comparing the best bank offer.

@livewire('loan-calculator')

Bank Comparison Engine

Find the lowest total cost of credit.

Compare monthly EMI, interest rate, processing fee and promotional offers across partner banks.

@livewire('bank-comparison')

Services

One workspace, three core services.

Built for loan, tax and accounting work across Nepal.

@foreach ([ ['title' => 'Loan Management', 'copy' => 'Application to disbursement workflow with property valuation, bank submission, monthly EMI schedules and outstanding tracking.', 'items' => ['Loan workflow tracking', 'Property and land valuation', 'Monthly EMI schedule', 'Outstanding balance']], ['title' => 'Tax Compliance', 'copy' => 'PAN/VAT profiles, fiscal-year clearances, audit records and filing status in one organized tax desk.', 'items' => ['Fiscal year clearances', 'PAN and VAT tracking', 'Audit details', 'Filing reminders']], ['title' => 'Accounting', 'copy' => 'Income, expenses, purchases and sales with P&L, balance sheet and cash flow exports.', 'items' => ['Income and expense books', 'Profit and loss reports', 'Cash flow reports', 'PDF and Excel export']], ] as $service)

{{ $service['title'] }}

{{ $service['copy'] }}

    @foreach ($service['items'] as $item)
  • {{ $item }}
  • @endforeach
@endforeach

Lead Registration

Answer a few quick questions. We review before activation.

Public access is lead-only. After Super Admin approval, the client portal opens with the correct loan, tax and accounting menu based on the selected service.

@foreach ([ 'Loan leads get bank comparison, monthly EMI and document workflow.', 'Tax leads get PAN/VAT, clearance and accounting tools.', 'Both service leads get the complete finance workspace.', ] as $point)
{{ $point }}
@endforeach
@livewire('conversational-registration')

Partner Banks

@forelse ($partnerBanks as $bank)
{{ \Illuminate\Support\Str::of($bank->name)->substr(0, 2)->upper() }} {{ $bank->name }}
@empty @foreach (['Nepal Investment Mega Bank', 'Nabil Bank', 'Global IME Bank', 'NMB Bank', 'Standard Chartered Nepal'] as $bank)
{{ \Illuminate\Support\Str::of($bank)->substr(0, 2)->upper() }} {{ $bank }}
@endforeach @endforelse

Testimonials

Trusted by growing businesses.

@foreach ([ ['name' => 'Sita Sharma', 'role' => 'Retail Owner, Pokhara', 'quote' => 'Lekha Mantra found a cheaper loan option and made the paperwork clear from day one.'], ['name' => 'Ramesh Thapa', 'role' => 'Business Owner, Butwal', 'quote' => 'My loan documents, tax status and account reports are easier to follow in one place.'], ['name' => 'Anjali Gurung', 'role' => 'Accountant, Kathmandu', 'quote' => 'Tax clearance season is much easier with documents, fiscal years and reports organized together.'], ] as $testimonial)
★★★★★

"{{ $testimonial['quote'] }}"

{{ $testimonial['name'][0] }}

{{ $testimonial['name'] }}

{{ $testimonial['role'] }}

@endforeach

FAQ

Frequently asked questions.

@foreach ([ 'How does registration work?' => 'You answer a few simple questions. We save the request as a pending lead, and a Super Admin approves portal activation.', 'Is the bank comparison real-time?' => 'It compares the active rates and fees stored in the platform and computes monthly EMI and total cost immediately.', 'Can tax and accounting work together?' => 'Yes. Tax profiles, fiscal-year clearances, bills and accounting reports stay connected.', 'Do you support multiple fiscal years?' => 'Yes. Fiscal years are dynamic, including 2080/81 onward.', 'Can I export accounting reports?' => 'Profit and loss, balance sheet, cash flow and tax reports export to PDF and Excel.', ] as $question => $answer)
{{ $question }}

{{ $answer }}

@endforeach

Contact

Talk to our team.

Have a question about loans, tax or accounting? Send a message and our team will respond within one business day.

Location: Kathmandu, Nepal

Email: hello@lekhamantra.com

Phone: +977-1-0000000

@csrf @if (session('status'))
{{ session('status') }}
@endif

Blog

Finance and compliance guides.

@forelse ($blogPosts as $post)

{{ $post->title }}

{{ $post->excerpt }}

@empty @foreach ([ ['title' => 'How to prepare for loan approval', 'copy' => 'Keep income, land, citizenship and bank statement documents ready before bank submission.'], ['title' => 'Tax clearance checklist', 'copy' => 'Track PAN, VAT, fiscal years, audit details and clearance status from one workspace.'], ['title' => 'Better accounting habits', 'copy' => 'Upload bills on time and review monthly profit and cash flow before filing season.'], ] as $post)

{{ $post['title'] }}

{{ $post['copy'] }}

@endforeach @endforelse

Ready to simplify your finances?

Submit your service lead and let Lekha Mantra organize the next step.

Apply Now
@livewireScripts