you are sending the data with the name "list_order", ( data: {list_order:list_sortable}, )
but on positionUpdate method you trying to get the data using $product->position_id = Input::get('position_id');
try $product->position_id = Input::get('list_order');
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community