{% extends 'base.html'%} {% block content %}
{% include 'dashboard/sidebar.html' %}

All Categories

Add New {% for cat in categories %} {% endfor %}
# Categories Name Created at updated at Action
{{forloop.counter}} {{ cat }} {{ cat.created_at }} {{ cat.updated_at }}    
{% endblock %}