{% extends '@EasyAdmin/page/content.html.twig' %} {% block page_actions %}
{% endblock %} {% block main %}

Hi, {{ user.firstName }}

Companies

{{ companies|length }}

Buildings

{{ buildings|length }}

Users

{{ users|length }}

Income (Xaf)

{{ income|number_format(2, '.', ',') }}

{% set i=0 %} {% for data in bookings %} {% if(i < 5) %} {% set i=i+1 %} {%endif %} {% endfor %}
#ID Booking Created At Action
{{ data.id }} {{ data }} {{ data.createdAt|date("F j, Y H:i") }} {% if data.hasVue %} {%endif %} {% if data.hasVue==false %} {%endif %}
{% endblock %} {% block body_javascript %} {{ parent() }} {% endblock %}