'required|string', 'body' => 'required|string', 'star' => 'required|numeric', 'product_id' => 'required|numeric|exists:products,id' ]; } }