where('name', 'Beauty')->first(); foreach ($shopee_sellers as $seller) { $shopee_seller_category = new ShopeeSellerCategory; $shopee_seller_category->seller = $seller; $shopee_seller_category->category_id = $category->id; $shopee_seller_category->save(); } } }