How do I get the position of an element in an array in php/laravel
So I have a student model, subject model, marks model, which has the total score field what I am trying to do is get the total score in an exam for each student in a class and then retrieve the…