{include file="components/header"}
{if !empty($sub_cates[0])}

{$sub_cates[0]['title'] ?? ''}

{$sub_cates[0]['description'] ?? ''}

{/if} {if !empty($sub_cates[1])}

{$sub_cates[1]['title'] ?? ''}

{/if} {if !empty($sub_cates[2])}

{$sub_cates[2]['title'] ?? ''}

{$sub_cates[2]['description'] ?? ''}
{/if} {if !empty($sub_cates[3])}

{$sub_cates[3]['title'] ?? ''}

{php} $contents = getMixContentBySolutionName($current_cate['title'],$sub_cates[3]['id'],$seller_id, 6); {/php} {volist name="contents" id="vo"} {/volist}
{/if} {if !empty($sub_cates[4])}

{$sub_cates[4]['title'] ?? ''}

{php} $contents = getContentByCategory($sub_cates[4]['id'], $seller_id, 20, 'sort asc', ['thumbnail', 'category']); $clients_marquee = is_array($contents) && count($contents) > 5; {/php}
{volist name="contents" id="vo"}
{/volist} {if $clients_marquee} {volist name="contents" id="vo"} {/volist} {/if}
{/if} {if !empty($sub_cates[5])}

{$sub_cates[5]['title'] ?? ''}

{php} $contents = getContentByCategory($sub_cates[5]['id'], $seller_id, 6, 'sort asc', ['thumbnail', 'category']); {/php} {volist name="contents" id="vo"}

{$vo['title'] ?? ''}

{$vo['sub_title'] ?? ''}

{$vo['description'] ?? ''}

{php}$descArr = explode(',',$vo['seo_description']);{/php} {if !empty($descArr)} {volist name="descArr" id="vv"} {$vv} {/volist} {/if}
{/volist}
1 / 4
{/if}
{include file="components/mask"} {include file="components/footer"}