{!! $element->title !!}

{!! $element->subtitle !!}

@php $colors = ['bg-pale-grape','bg-pale-green','bg-pale-pink','bg-pale-yellow','bg-pale-blue','bg-pale-leaf','bg-pale-violet','bg-pale-purple','bg-pale-sky']; $icons = ['3d.svg','alarm.svg','audience.svg','badge.svg','calendar.svg','currency.svg','server.svg','devices.svg','search.svg']; @endphp
@foreach ($element->features as $index => $feature) @php $color = $colors[$index % count($colors)]; $icon = $icons[$index % count($icons)]; @endphp

{!! $feature->title !!}

{!! $feature->description !!}

@endforeach