I have developed an app that includes an adminlte dashboard. The dashboard is populated with various values obtained by a jQuery file. I am trying to pass module values to the dashboard. For example, the number of users shown in the dashboard should be fetched from the User model.
Could someone please guide me on how to achieve this?
Any assistance would be highly appreciated.