i'm trying to get the info from my widgets from my database but i can't find any info about it online or maybe i'm not searching for the right thing. It's hard coded now but i'm trying to get it to show from my database
The same way you'd show metrics from your database anywhere else? By using eloquent/the query builder to aggregate your data and return an array of the results?