Biryani Hub - Cart
{% for item in cart %}
{{ item.Name }} - ${{ item.Price }} x {{ item.Quantity }}
{% endfor %}
Total: ${{ total }}
{% if error %}
{{ error }}
{% endif %} {% if success %}
{{ success }}
{% endif %}
Place Order
Back to Menu