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

Appointment Control panel

ADD APPOINTMENT
ID VISITOR NAME EMPLOYEE NAME PURPOSE APPOINTMENT DATE APPOINTMENT TIME VISITORS TYPE DETAIL CREATED AT UPDATED AT ACTIONS
{% csrf_token %}
{% include 'dashboard/visitors_dashboard/footer.html' %}