I am working on small project in laravel, where I have two drop-downs.
From the first drop-drop down the user selects the subject and from the second dropdown the user selects the grade.
Once user select sub1 from subjects dropdown for selecting the second subject the first selected value should not be there.
In the image I want to enter marks for math and grade 10th and when I want to add marks for other subjects of grade 10, math subject should not be there or at least it should be disabled.
How to control this, or how to validate this in laravel for duplication of marks for same subject in same grade?
Once I entered marks for math of 10th grade, for the second time if I want to enter marks for math of 10th grade it should not allow me to enter.
