{% extends 'layout.twig' %} {% block title %}Home{% endblock %} {% block content %}

Welcome to Overseer!

Add Item

Search


Recently updated records:

{% for item in inventory %} {% endfor %}
Name Manufacturer Type Updated at
{{ item.name }} {{ item.manufacturer }} {{ item.type }} {{ item.updatedAt | date("m/d/Y h:i:s A") }}
{% endblock %}