@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_us_images as $i => $why_us) @php $colorClass = $colors[$i % count($colors)]; @endphp
Why Us Image

{!! $why_us->title !!}

{!! $why_us->description !!}

@endforeach