@php $methods = [ ['icon' => 'fa-mobile-screen', 'title' => 'Mobile Application', 'desc' => 'Recharge instantly anytime, anywhere through the Fintech mobile app.', 'theme' => 'blue'], ['icon' => 'fa-shop', 'title' => 'Authorized Agent', 'desc' => 'Cash recharge through our network of 150+ authorized agents citywide.', 'theme' => 'gold'], ]; @endphp

Recharge Methods

Top Up Your Card, Your Way

@foreach ($methods as $i => $method)

{{ $method['title'] }}

{{ $method['desc'] }}

@endforeach