As discussed here :

The logged suplier will see a page like this.
Step 1
Create a custom-user-card.php fragment that will show for one user all its (relevant) info : name, adresse, requested service, ...
Step 2
Make a for loop to display all the customers for the logged supplier using the created custom-user-card.php .
Step 3
Use sessions and cookies to update the landing page fragments for the supplier.
As discussed here :
The logged suplier will see a page like this.
Step 1
Create a
custom-user-card.phpfragment that will show for one user all its (relevant) info : name, adresse, requested service, ...Step 2
Make a
forloop to display all the customers for the logged supplier using the createdcustom-user-card.php.Step 3
Use sessions and cookies to update the landing page fragments for the supplier.