{% load static %} {% include 'dashboard/employee_dashboard/header.html' %} {% include 'dashboard/employee_dashboard/body.html' %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Visitor Control panel

ID VISITOR NAME IMAGE VISITOR ID EMAIL MOBILE GENDER ADDRESS USER CREATED BY CREATED AT UPDATED AT ACTIONS
{% csrf_token %}
{% include 'dashboard/visitors_dashboard/footer.html' %}