@if(!empty($featureWithImages)) @foreach($featureWithImages as $key => $value)
@if($loop->iteration % 2 == 0)
mockup

{{ $value->title }}

{!! $value->description !!}

@else

{{ $value->title }}

{!! $value->description !!}

mockup
@endif
@endforeach @endif @if(sizeof($featureWithIcons) > 0)

{{ $trFrontDetail->feature_title }}

{{ $trFrontDetail->feature_description }}

@foreach($featureWithIcons as $featureWithIcon)
{{ $featureWithIcon->title }}

{!! $featureWithIcon->description !!}

@endforeach
@endif {{--
--}}