@php $downloadUrl = route('download'); $stores = [ [ 'key' => 'google', 'icon' => 'fa-google-play', 'eyebrow' => 'Get it on', 'label' => 'Google Play', 'caption' => 'Launching soon on Google Play.', 'scanCaption' => 'Scan for Google Play', 'alt' => 'Fintech app preview styled for Google Play', 'image' => asset('images/brandings/android.png'), ], [ 'key' => 'apple', 'icon' => 'fa-app-store-ios', 'eyebrow' => 'Download on the', 'label' => 'App Store', 'caption' => 'Launching soon on the App Store.', 'scanCaption' => 'Scan for the App Store', 'alt' => 'Fintech app preview styled for the App Store', 'image' => asset('images/brandings/ios.png'), ], ]; @endphp

Download App

Manage Your Card From Your Pocket

Recharge, check balance, view trip history, and freeze your card instantly with the Fintech mobile app — available on Android and iOS.

@foreach ($stores as $s) @endforeach
{{-- @foreach ($stores as $s)

{{ $s['caption'] }}

@endforeach --}}
Get It Now
@foreach ($stores as $s) QR code to download the Fintech app from {{ $s['label'] }} @endforeach {{-- --}}
@foreach ($stores as $s)

{{ $s['scanCaption'] }}

@endforeach