Relative Content

Tag Archive for phplaravellaravel-nova

Add drop-down to change status using action in Nova laravel

I am using Nova laravel dashboard. I want to achieve is to add drop-down with option and by that I can change status in database. I added action for changing status, now I want a way to add drop-down in action box so admin can select the option and when confirm the can will be made to database. Is there a way to do so? Or is there any other way to achieve the desired output.
Help would be really appreciated!!!