@php $reasons = [ ['icon' => 'fa-bolt', 'label' => 'Fast Boarding'], ['icon' => 'fa-money-bill-wave', 'label' => 'No Cash Needed'], ['icon' => 'fa-lock', 'label' => 'Secure Payments'], ['icon' => 'fa-microchip', 'label' => 'Trusted Technology'], ['icon' => 'fa-landmark', 'label' => 'NRB Licensed'], ['icon' => 'fa-leaf', 'label' => 'Eco Friendly'], ['icon' => 'fa-wallet', 'label' => 'Easy Recharge'], ['icon' => 'fa-headset', 'label' => '24/7 Support'], ]; @endphp

Why Choose Us

Built for Trust & Convenience

@foreach ($reasons as $i => $reason)

{{ $reason['label'] }}

@endforeach