Welcome Back

Sign in to your business account

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
Demo Credentials:
Admin: admin@example.com / admin123
Supplier: supplier@example.com / supplier123
Customer: customer@example.com / customer123
{{ form.hidden_tag() }}
{{ form.email(class_="form-control", placeholder="Enter your email") }}
{{ form.password(class_="form-control", placeholder="Enter your password") }}
Back to Home