@if(isset($looping))
@if($loop->even || $looping==2)
{!! $paragraph->label !!}
{!! $paragraph->description !!}
@if(isset($paragraph->gallery) && $paragraph->gallery!="null" && count($paragraph->gallery)>0)
@include('services-components.gallery-component',['items'=>3])
@endif
{!! $paragraph->label !!}
{!! $paragraph->description !!}
@if(isset($paragraph->gallery) && $paragraph->gallery!="null" && count($paragraph->gallery)>0)
@include('services-components.gallery-component',['items'=>3])
@endif
@endif
@else
@if(!$loop->even)
{!! $paragraph->label !!}
{!! $paragraph->description !!}
@if(isset($paragraph->gallery) && $paragraph->gallery!="null" && count($paragraph->gallery)>0)
@include('services-components.gallery-component',['items'=>3,'gallery'=>$paragraph->gallery])
@endif
{!! $paragraph->label !!}
{!! $paragraph->description !!}
@if(count($paragraph->gallery)>0)
@php $gal=$paragraph->gallery;@endphp
@include('services-components.gallery-component',['items'=>3,'gallery'=>$paragraph->gallery])
@endif