|string> */ public function rules(): array { return [ 'amount' => 'required|numeric|min:10|decimal:0,2', ]; } }