@php $steps = [ [ 'number' => '1', 'title' => 'Create your account', 'description' => 'Sign up in under a minute — just your name, phone number and email. No paperwork to get started.', ], [ 'number' => '2', 'title' => 'Fund your wallet', 'description' => 'Top up by card or bank transfer, or send money straight to your own dedicated account number, anytime.', ], [ 'number' => '3', 'title' => 'Buy instantly', 'description' => 'Airtime, data, electricity or cable TV — pick a service, confirm, and it lands in seconds.', ], ]; @endphp

How it works

Three steps between you and your next top-up.

@foreach ($steps as $step)
{{ $step['number'] }}

{{ $step['title'] }}

{{ $step['description'] }}

@endforeach