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

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

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

{{ $feature->name }}

{{ $feature->description }}

{{ ($loop->index < 9 ? '0' : '') . ($loop->index + 1) }}
@endforeach