Question: I am trying to post a relation in a repeatable component in Strapi. I receive a 200 but the relation is not added. Here is my structure and my code : I tried adding the relation with the id, ...

Question: I Have Problem with get data This is my code Controller Model: View index Error: Property [Kelas] does not exist on this collection instance. (View: C:\laragon\www\Bootcamp\resources\views\mentor\listkelas\index.blade.php) I want to group data kelas by id. If i use first it ...

Question: There is a table called employees and the employee id wants to self reference to the employee table when the employee has a team lead. Team lead is also an employee. So how to self reference using Sequelize? this ...