ID | First Name | Image | Mobile | Date | Time | Status | Created At | Updated At | Purpose | Details | Visitor Type | ACTION | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ result.id }} | {{ result.visitors_first_name }} | {{ result.visitors_email }} | {{ result.visitors_mobile }} | {{ result.date }} | {{ result.time }} | {{ result.status }} | {{ result.created_at }} | {{ result.updated_at }} | {{ result.purpose }} | {{ result.detail }} | {{ result.visitors_type }} |
Showing {{ start_index }} to {{ end_index }} of {{ total_entries }} entries
-
{% if pagination.current_page > 1 %}
- « First
- ‹ Previous {% endif %} {% for page_num in page_range %}
- {{ page_num }} {% endfor %} {% if pagination.current_page < pagination.last_page %}
- Next ›
- Last » {% endif %}