$items = property::orderBy('id', 'desc')
->whereProperty_categoryAndProperty_for_sale_or_rent('condo', 'rent')
->whereProperty_categoryAndProperty_for_sale_or_rent('apartment', 'rent')
->paginate('9');
Hello please help me about this multiple select category there and two category Condo and Apartment and type rent in laravel. Thank you in advance.