{{ ux_icon('healthicons:money-bag', { class: 'w-6 h-6 text-emerald-600' }) }}

Détails des frais

{{ ux_icon('gg:chevron-up-o', { class: 'w-7 h-7 text-gray-500 group-open:rotate-180 transition-transform duration-300' }) }}
{{ component('vetExpense_new', { vetCare: vetCare }) }}
{% if vetCare.expenses|length > 0 %}
{% for expense in vetCare.expenses %} {{ component('vetExpense', { vetExpense: expense, key: expense.id }) }} {% endfor %}
{% else %}

Aucun frais renseigné.

{% endif %}