Brand::where('name','=','Test Brand')->first()->id,'name' => 'Test Model'], ]; foreach ($items as $item) { ProductModel::create($item); } } }