AY
->where('first_category', $request->category)
->orWhere('second_category', $request->category)
->orWhere('finally_category', $request->category)
->select('id', 'product_id', 'name', 'images', 'brand', 'can_sale', 'model_gender_color_taste')
->get();
$items = $items->unique('model_gender_color_taste');