@foreach ([
['icon' => 'fa-snowflake', 'title' => 'Freeze / Unfreeze', 'desc' => 'Instantly pause your card from the app if it goes missing, and unfreeze it the moment you find it.'],
['icon' => 'fa-chart-line', 'title' => 'Spending Insights', 'desc' => 'See a breakdown of fares by route, week, and month — understand exactly where your travel budget goes.'],
['icon' => 'fa-bell', 'title' => 'Smart Notifications', 'desc' => 'Get an alert on every tap, every recharge, and whenever your balance drops below a threshold you set.'],
] as $i => $item)
{{ $item['title'] }}
{{ $item['desc'] }}
@endforeach