@if(!empty(count($services))) @php $i = 0; @endphp @foreach($services as $service_row) @if($i %2 == 0) {{$service_row->service_name}} {!!nl2br($service_row->service_description)!!} View Products @else {{$service_row->service_name}} {!!nl2br($service_row->service_description)!!} View Products @endif @php $i++; @endphp @endforeach @endif
{!!nl2br($service_row->service_description)!!}