{% extends 'base_admin.html.twig' %} {% block title %}Contact index{% endblock %} {% block body %}

Contact index

{% for contact in contacts %} {% else %} {% endfor %}
Id Name Company_name Phone_number Message actions
{{ contact.id }} {{ contact.name }} {{ contact.companyName }} {{ contact.phoneNumber }} {{ contact.message }} show edit
no records found
Create new {% endblock %}