MUST POPULAR COURSES

View more
@foreach($popular_content as $index=>$popular) @if($index < 4) @php $meta = arrayToList($popular->metas, 'option', 'value'); @endphp
@include(getTemplate().'.view.parts.product_box',['product'=>$popular,'meta'=>$meta])
@endif @endforeach