how to delete all eloquent child one by one. its hierarchy like category => course => chapter => exams
I have one issue when i delete parent i want to delete all child of from different modal.i want when i delete category delete all course of category and delete all chapter of course and delete all exams of chapter