How to hide and show (in forelse loop) div (in array) based on a selection of radio button? – Laravel
I have question regarding to for loop. I have radio button which will store value of Hadir (Attending) and Tidak (Not Attending). If we selected Tidak, div will be show. Otherwise, it will hide the div. My problem is my…