@php $positions = config('site_content.jobs'); $benefits = config('site_content.benefits'); @endphp @component('layouts.app', [ 'title' => 'Careers', 'metaDescription' => 'Join the team building cashless transit for Nepal. Open roles in engineering, hardware, operations, and support.', ]) @include('partials.page-hero', [ 'eyebrow' => 'Company', 'title' => 'Help Us Move Nepal Forward', 'subtitle' => 'We are a small team solving a very physical problem with software, hardware, and a lot of bus rides.', ])
Life at Fintech — the team on-site at a bus terminal

Life at Fintech — on the road, at the terminals, where the product actually lives.

@foreach ($benefits as $i => $b)

{{ $b['title'] }}

{{ $b['desc'] }}

@endforeach

Open Positions

Come Build With Us

@include('frontend.partials.home.cta') @endcomponent