Posts by Victoria • 1 point
1 post
- 
		-1 votes1 answer125 viewsQ: How popular to select according to other select data in Laravel?I would like to make a dynamic select so that when I choose the state, load the cities of that state into the other select. City and state are in different tables, but have foreign key, so when I…