{% extends 'frontend/layouts/index.html.twig' %} {% set active = 'app_front_my_customers' %} {% set breadcrumbs = [ { 'link': path('app_front_dashboard'), 'title': 'Home' }, { 'title': 'Network', }, { 'title': 'My Customers', } ]%} {% block content %}
| {{ knp_pagination_sortable(myCustomer, 'Name', 'myCustomer.name') }} | {{ knp_pagination_sortable(myCustomer, 'Product', 'myCustomer.Procut_name') }} | {{ knp_pagination_sortable(myCustomer, 'Product Amount', 'myCustomer.product_amount') }} | {{ knp_pagination_sortable(myCustomer, 'Commission', 'myCustomer.amount') }} | {{ knp_pagination_sortable(myCustomer, 'Date', 'myCustomer.created_at') }} | {#{{ knp_pagination_sortable(myCustomer, 'Status', 'myCustomer.status') }} | #}
|---|---|---|---|---|---|
| No Records found | |||||