{% extends 'base1.html.twig' %} {% block content %}

{{ stock.name }} Supply Items

{% if supplies %} New Supply {% else %} New Supply {% endif %} {# #} {% for item in supplies %} {# #} {% endfor %}
DateSupplySupplier Quantity Amount Action
{{ item.date|date('d/m/Y') }}{{ item.supply_name }}{{ item.supplier }} {{ item.quantity }} {{ item.amount }} Supply Details
{% endblock %}