{!! BaseHelper::clean($title) !!}

{!! BaseHelper::clean($description ?: $subtitle) !!}

@if ($button_text) {{ $button_text }} @endif
@php $features->loadMissing('metadata'); @endphp @foreach ($features as $feature)
@if ($feature->getMetaData('icon_image', true)) {{ $feature->name }} @else @endif

{{ $feature->name }}

{{ $feature->description }}

0{{ $loop->index + 1 }}
@endforeach