@if (! empty($features))

Why choose us

Everything you need to run your platform efficiently, securely, and at scale.

@foreach ($features as $index => $feature) @php $icons = ['bi-graph-up-arrow', 'bi-people-fill', 'bi-shield-check']; $icon = $icons[$index % count($icons)]; @endphp

{{ $feature }}

Built for teams that need reliable tools without the complexity.

@endforeach
@endif