@if($paragraph->parag_type=='text-only')
{!! $paragraph->label !!}
{!! $paragraph->description !!}
@elseif($paragraph->parag_type=='split sides')
@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
@if($paragraph->video_link==null) @if(!is_null($paragraph->extension_image)) {{$paragraph->image_copy}} @endif @else
@include('includes.play')
{{--
--}} @endif
@else
@if($paragraph->video_link==null) @if(!is_null($paragraph->extension_image)) {{$paragraph->image_copy}} @endif @else {{--
--}}
@include('includes.play')
@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
@if($paragraph->video_link==null) @if(!is_null($paragraph->extension_image)) {{$paragraph->image_copy}} @endif @else {{--
--}}
@include('includes.play')
@endif
@else
@if($paragraph->video_link==null) @if(!is_null($paragraph->extension_image)) {{$paragraph->image_copy}} @endif @else {{--
--}}
@include('includes.play')
@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
@endif @endif
@else @if(isset($no_aspect)) @include('services-components.main-banner',['data'=>$paragraph,'no-aspect'=>$no_aspect]) @else @include('services-components.main-banner',['data'=>$paragraph]) @endif @endif