emile 10 months ago
parent 146525ebdf
commit c6bd8d5f33

@ -393,7 +393,13 @@
</td>
<td class="px-6 py-4 text-center text-sm border-r border-gray-300">
<p class="text-secondosiblue">{{payment.type.name}}</p>
{% for type in payment.type.all %}
<div
class="flex items-center gap-2 justify-center cursor-pointer text-secondosiblue hover:text-gray-400 duration-300">
<img src="{{type.image.url}}" class="w-[30px] rounded-md shadow-sm">
<p class="underline">{{type.name}}</p>
</div>
{% endfor %}
</td>
<td class="px-6 py-4 text-center text-sm border-r border-gray-300">

Loading…
Cancel
Save