@php $colors = ['border-soft-yellow', 'border-soft-blue', 'border-soft-red', 'border-soft-green','border-soft-purple', 'border-soft-orange', 'border-soft-pink', 'border-soft-teal', 'border-soft-cyan', 'border-soft-gray' ]; @endphp @foreach ($why_choose_us as $index => $whyChoose) @php $colorClass = $colors[$index % count($colors)]; // rotate colors @endphp

{{ $whyChoose->title }}

{{ $whyChoose->subtitle }}

{{ $whyChoose->description }}

@endforeach