Laravel Run function for specific role type
I am currently building an app with laravel 11 and need to run a function that check's a user's available balance. To get the result of the available balance, I need to grab the user's "credit limit" (stored inside user's…