There are many ways to implement that @david001
Check this discussion- https://stackoverflow.com/questions/30414103/laravel-checkbox-filter-ajax
Read this post also- http://www.prashantblog.com/use-ajax-filter-mysql-results-set/
I have seen many e commerce site in which user can filter products by clicking checkbox. for example:let say there are different brand of mobile: like samsung,nokia,aCompany,bCompany,cCompany etc. Different colour ,size,memory.
when user check samsung checkbox pages display only samsumg mobile,when user further check 8Gb memeory checkbox ,page display samsung mobile with 8Gb memory and so on.
i want to implement such feature with jquery/Ajax and Laravel. Can you give me idea how this is done
Please or to participate in this conversation.