@if(isset($contentDetails['feature']))
@foreach($contentDetails['feature'] as $feature)
Icon Missing

@lang($feature->description->title)

@lang($feature->description->short_description)

@endforeach
@endif