@if(!empty($featureWithImages)) @foreach($featureWithImages as $key => $value) @if($loop->iteration % 2 == 0) {{ $value->title }} {!! $value->description !!} @else {{ $value->title }} {!! $value->description !!} @endif @endforeach @endif @if(sizeof($featureWithIcons) > 0) {{ $trFrontDetail->feature_title }} {{ $trFrontDetail->feature_description }} @foreach($featureWithIcons as $featureWithIcon) {{ $featureWithIcon->title }} {!! $featureWithIcon->description !!} @endforeach @endif {{-- --}}
{!! $value->description !!}
{{ $trFrontDetail->feature_description }}
{!! $featureWithIcon->description !!}