Hello Everyone, I hope you are doing well!
I have an app that controls classrooms, and students within the chosen classroom. I want the free version of the app to allow the user to add one classroom and a maximum of 5 students within that classroom. Other paid versions will allow to add more classrooms and students.
My main question is, how do I do this? I want to display the first classroom (free for everyone) and then under that classroom, there will be another classroom but it will be blurred and have a lock on it and if the user clicks on it, it will take them to the subscription page. I want to know how to implement this in the backend as well as the front end of the application.
I haven't found anything online except payment gateways such as Stripe, etc.
Your help is appreciated!