@foreach ([
['icon' => 'fa-wave-square', 'title' => 'NFC Handshake', 'desc' => 'The reader and your card exchange an encrypted signal the instant they touch — no PIN, no delay.'],
['icon' => 'fa-calculator', 'title' => 'Fare Calculation', 'desc' => 'The system checks your route, zone, and any applicable student or senior discount in real time.'],
['icon' => 'fa-receipt', 'title' => 'Instant Receipt', 'desc' => 'Your balance updates immediately, and a digital receipt is logged to your transaction history.'],
] as $i => $step)
{{ $step['title'] }}
{{ $step['desc'] }}
@endforeach