title = "sale" url = "/sale/:id" layout = "default" is_hidden = 0 == param('id'); $this['sale'] = Tps\Shops\Models\Sale::where("id", $id)->get()->first(); } ?> ==
{% if sale.images|length > 0%}
{% for image in sale.images %}
restaurant-photo
{% endfor %}
{% endif %}