@component('layouts.app', [ 'title' => 'Contact Us', 'metaDescription' => 'Contact Fintech — office location, phone, email, live chat, and business hours.', ]) @include('partials.page-hero', [ 'eyebrow' => 'Support', 'title' => 'We\'d Love to Hear From You', 'subtitle' => 'Questions about your card, a partnership idea, or press inquiry — reach us any way that works for you.', ])

Send Us a Message

Fintech head office building

Phone & Email

support@fintech.com.np

Business Hours

Sun – Fri, 9:00 AM – 6:00 PM

Support chat: 24/7

Regulatory & Compliance

Named Officers for Regulatory Matters

@foreach ([ [ 'icon' => 'fa-scale-balanced', 'role' => 'Grievance Officer', 'name' => 'Rajesh Sharma', 'note' => 'For unresolved customer complaints about your card, recharge, or a transaction. Acknowledged within 24 hours and resolved within 15 working days.', 'email' => 'grievance@fintech.com.np', 'phone' => '+977-1-4XXXXXX (ext. 101)', ], [ 'icon' => 'fa-shield-halved', 'role' => 'Compliance Officer', 'name' => 'Anita Poudel', 'note' => 'For AML / KYC, data protection, and other regulatory compliance matters under NRB licensing.', 'email' => 'compliance@fintech.com.np', 'phone' => '+977-1-4XXXXXX (ext. 102)', ], [ 'icon' => 'fa-universal-access', 'role' => 'Accessibility & Disability Officer', 'name' => 'Bikash Thapa', 'note' => 'For accessibility barriers, assistive-technology support, or feedback on how well this site meets WCAG guidelines.', 'email' => 'accessibility@fintech.com.np', 'phone' => '+977-1-4XXXXXX (ext. 103)', ], ] as $officer)

{{ $officer['role'] }}

{{ $officer['name'] }}

{{ $officer['note'] }}

@endforeach
@endcomponent