@if(isset($preview) && $preview == 'english') {{$dot->titleEnglish}} @else {{$dot->titleChinese}} @endif
@php if(isset($preview) && $preview == 'english') $dotArray = (array)json_decode($dot->imagesEnglish, true); else $dotArray = (array)json_decode($dot->imagesChinese, true); @endphp @if(isset($dotArray[0])) @include('translation::layouts.components.product.support.highlight.highlight_column', [ 'text'=>$dotArray[0]['subtitle'], 'src'=>config('locations.translationsModuleManagement.asset').$dotArray[0]['name'] ]) @endif @include('translation::layouts.components.product.support.highlight.highlight_loader', [ 'class'=>'loader-left' ]) @if(isset($dotArray[1])) @include('translation::layouts.components.product.support.highlight.highlight_column', [ 'text'=>$dotArray[1]['subtitle'], 'src'=>config('locations.translationsModuleManagement.asset').$dotArray[1]['name'] ]) @endif @include('translation::layouts.components.product.support.highlight.highlight_loader', [ 'class'=>'loader-right' ]) @if(isset($dotArray[2])) @include('translation::layouts.components.product.support.highlight.highlight_column', [ 'text'=>$dotArray[2]['subtitle'], 'src'=>config('locations.translationsModuleManagement.asset').$dotArray[2]['name'] ]) @endif