|
|
@ -24,12 +24,12 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
|
|
<div class="w-full h-fit flex justify-start items-center bg-gray-100 shadow-md rounded-md px-3 py-3 mt-3">
|
|
|
|
<div class="w-full h-fit flex justify-center items-center bg-gray-100 shadow-md rounded-md px-3 py-3 mt-3">
|
|
|
|
|
|
|
|
|
|
|
|
<div>Total: ${{ total_all_orders }}</div>
|
|
|
|
<div class="text-gray-500 text-xl">Total: ${{ total_all_orders }}</div>
|
|
|
|
<div>Paid: ${{ total_paid_all_orders }}</div>
|
|
|
|
<div class="text-green-500 text-xl">Paid: ${{ total_paid_all_orders }}</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div>Remaining: ${{ total_remaining_all_orders }}</div>
|
|
|
|
<div class="text-red-500 text-xl">Remaining: ${{ total_remaining_all_orders }}</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="w-full h-fit flex justify-end items-center bg-gray-100 shadow-md rounded-md px-3 py-3 mt-3">
|
|
|
|
<div class="w-full h-fit flex justify-end items-center bg-gray-100 shadow-md rounded-md px-3 py-3 mt-3">
|
|
|
|