{{ trans('visiosoft.theme.default::fields.trending_ads') }}

{% set latest_advs = entries('advs').latestAdvs() %} {% for adv in latest_advs %}

{{ adv.priceFormat(adv) }} {{ adv.currency }}

{{ adv.name }}

{% set cats = entries('advs','categories').where('parent_category_id', null).where('deleted_at', null).orderBy('order').get() %} {% for cat in cats %} {% if cat.id == adv.cat1[0].value %} {{ cat.title }} {% endif %} {% endfor %}
{{ adv.created_at|date('Y.m.d') }}
{% if adv.is_get_adv == "1" %} {% endif %}
{% endfor %}
{% set popular_advs = entries('advs').popularAdvs() %} {% for adv in popular_advs %}
{% if adv.is_get_adv == "1" %} {% endif %}

{{ adv.priceFormat(adv) }}{{ adv.currency }}

{{ adv.name }}

{% for cat in cats %} {% if cat.id == adv.cat1[0].value %} {{ cat.title }} {% endif %} {% endfor %}
{{ adv.created_at|date('Y.m.d') }}
{% if adv.is_get_adv == "1" %} {% endif %}
{% endfor %}