Skip to content
Advertisement

How to make dropdown list ascending order in PHP Laravel

This code from product_listing.blade.php and here the dropdown filter. I need all the item name in ascending orde. Right now the list is in order how I can see it in a database table..

JavaScript

Advertisement

Answer

You can use collection’s sortBy() method:

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement