@php $carousels = $module->carousels; @endphp
@php $counter1 = $counter2 = 0; @endphp
@foreach($carousels as $carousel)
@php $counter1++; @endphp
@endforeach
@foreach($carousels as $carousel)
@if($counter2 == 0)
@if($preview == 'english')
.$carousel->imageEnglish}})
@else
.$carousel->imageChinese}})
@endif
@else
@if($preview == 'english')
.$carousel->imageEnglish}})
@else
.$carousel->imageChinese}})
@endif
@endif
@php $counter2++; @endphp
@endforeach
Previous
Next