Situation:
I need nested dropdown list.
What I have used?
Problem
I have used Category::selected(1)->renderAsDropdown();
as mentioned in documentation but I'm only able to get the drop down, I need necessary item to be selected. I don't think form model binding works in this situation.
I'm using Laravel 5.3