@php // `lottie` is the filename to drop into public/lottie/why-choose-us/ — // see resources/js/lottie-icons.js. Until that file exists, the FA // icon behind it just stays visible (checked via a HEAD request, not // a broken-animation fallback), so this section looks fine either way. $reasons = [ ['icon' => 'fa-bolt', 'lottie' => 'fast-boarding', 'label' => 'Fast Boarding', 'theme' => 'gold'], ['icon' => 'fa-money-bill-wave', 'lottie' => 'no-cash-needed', 'label' => 'No Cash Needed', 'theme' => 'teal'], ['icon' => 'fa-lock', 'lottie' => 'secure-payments', 'label' => 'Secure Payments', 'theme' => 'blue'], ['icon' => 'fa-microchip', 'lottie' => 'trusted-technology', 'label' => 'Trusted Technology', 'theme' => 'purple'], ['icon' => 'fa-landmark', 'lottie' => 'nrb-licensed', 'label' => 'NRB Licensed', 'theme' => 'cyan'], ['icon' => 'fa-leaf', 'lottie' => 'eco-friendly', 'label' => 'Eco Friendly', 'theme' => 'emerald'], ['icon' => 'fa-wallet', 'lottie' => 'easy-recharge', 'label' => 'Easy Recharge', 'theme' => 'pink'], ['icon' => 'fa-headset', 'lottie' => 'support-24-7', 'label' => '24/7 Support', 'theme' => 'rose'], ]; @endphp

Why Choose Us

Built for Trust & Convenience

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

{{ $reason['label'] }}

@endforeach