How to display only specific data from an array in an input with Form::Select in Laravel?
I have this array ( I displayed it with function dd() ), with multiple data, and I want to display only "name" data in input field. That's how is looking now And how I want to be displayed names. That's…