@extends('front.layout.app') @section('content') Consulting Full Consulting @foreach($consultations as $index => $consultation) @if($index % 2 == 0) {{ $consultation->title }} {{ $consultation->description }} read more @else {{ $consultation->title }} {{ $consultation->description }} read more @endif @endforeach @endsection
{{ $consultation->description }}