{!! $data->label !!}
@if($data->video_link==null)
@if($data->extension_image!=null)
{{$data->image_copy}}
@endif
@else
@endif
{!! $data->description !!}
@if(count($data->gallery)>0)
@include('services-components.gallery-component',['items'=>8,'gallery'=>$data->gallery])
@endif