@foreach ([
['icon' => 'fa-face-smile', 'title' => 'Face ID Login', 'desc' => 'Open the app instantly with biometric login.'],
['icon' => 'fa-bell', 'title' => 'Live Notifications', 'desc' => 'Get pinged the moment you tap in or out.'],
['icon' => 'fa-clock-rotate-left', 'title' => 'Transaction Timeline', 'desc' => 'Every trip and recharge, in one scrollable feed.'],
['icon' => 'fa-sliders', 'title' => 'Card Management', 'desc' => 'Freeze, recharge, or replace your card in seconds.'],
] as $i => $item)
{{ $item['title'] }}
{{ $item['desc'] }}
@endforeach