@extends('front.layout.app') @section('content')
img

Consulting

Full Consulting

@foreach($consultations as $index => $consultation) @if($index % 2 == 0)
img

{{ $consultation->title }}

{{ $consultation->description }}

read more
@else
img

{{ $consultation->title }}

{{ $consultation->description }}

read more
@endif @endforeach
@endsection