{% extends 'base.html.twig' %} {% block title %}CartDetailos index{% endblock %} {% block body %}

CartDetailos index

{% for cartdetailo in cartdetailos %} {% else %} {% endfor %}
Id ProductName ProductPrice ProductQuantity actions
{{ cartdetailo.id }} {{ cartdetailo.productName }} {{ cartdetailo.productPrice }} {{ cartdetailo.productQuantity }} show edit
no records found
Create new {% endblock %}