READYMADE GARMENTS TRADING L.L.C
{% if user_type == 'admin' %}
Dashboard
{% endif %}
Products
{% if user_type == 'admin' %}
Shipments
{% endif %}
Sales
{% if user_type == 'admin' %}
Expenses
Analytics
Product Outlet
{% endif %}
Theme
Logout ({{ user }})
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}