|
|
@ -393,13 +393,13 @@
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
|
|
<td class="px-6 py-4 text-center text-sm border-r border-gray-300">
|
|
|
|
<td class="px-6 py-4 text-center text-sm border-r border-gray-300">
|
|
|
|
<p class="text-secondosiblue">{{order.get_paid_amount}}</p>
|
|
|
|
<p class="text-secondosiblue">${{order.get_paid_amount}}</p>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<td class="px-6 py-4 text-center text-sm border-r border-gray-300">
|
|
|
|
<td class="px-6 py-4 text-center text-sm border-r border-gray-300">
|
|
|
|
<p class="text-secondosiblue">{{order.get_cart_total}}</p>
|
|
|
|
<p class="text-secondosiblue">${{order.get_cart_total}}</p>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<td class="px-6 py-4 text-center text-sm border-r border-gray-300">
|
|
|
|
<td class="px-6 py-4 text-center text-sm border-r border-gray-300">
|
|
|
|
<p class="text-secondosiblue">{{order.remaining_balance}}</p>
|
|
|
|
<p class="text-secondosiblue">${{order.remaining_balance}}</p>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
|
|
</tbody>
|
|
|
|
</tbody>
|
|
|
|