{% extends "layout.html" %} {% block dashboard %}
{% include "order_form.html" %} Add Category {% include "search_form.html" %}
{% include "categories_table_data.html" %}
{% endblock dashboard %}