@component('layouts.app', [ 'title' => 'Track Your Application', 'metaDescription' => 'Check the status of your Fintech application using your reference number.', ]) @include('partials.page-hero', [ 'eyebrow' => 'Support', 'title' => 'Track Your Application', 'subtitle' => 'Enter the reference number from your confirmation screen to check where your card application stands.', ])

We couldn't find an application with that reference number on this device.

This demo stores applications in your browser only — tracking works from the same browser and device you applied on. In production this would look up a real record instead.

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