var uiText = '
'; let imageName = data; @if ($imageUrl !== "") @if($width !== 0 && $height !== 0) uiText += ''; @elseif($width !== 0) uiText += ''; @elseif($height !== 0) uiText += ''; @endif @endif uiText += '
'; return uiText;